wok diff ttf-inconsolata-dz/receipt @ rev 14605

Up: youtube-dl to 2013.05.23.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 19:59:16 2013 +0000 (2013-05-31)
parents
children f13bd223c231
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-inconsolata-dz/receipt	Fri May 31 19:59:16 2013 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ttf-inconsolata-dz"
     1.7 +VERSION="20091202"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Monospace font for pretty code listings and for the terminal (modified to have straight single and double quotes)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/"
    1.12 +TARBALL="$PACKAGE-$VERSION.zip"
    1.13 +WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip"
    1.14 +TAGS="font otf"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
    1.20 +}