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

Up: emacs-pkg-lua-mode (20111107)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:36:00 2013 +0100 (2013-02-14)
parents
children f13bd223c231
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-inconsolata-dz/receipt	Thu Feb 14 13:36:00 2013 +0100
     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 +}