wok-next diff ttf-inconsolata-dz/receipt @ rev 14570
Up xorg-libXext (1.3.2), xorg-libXfixes (5.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 24 12:09:42 2013 +0200 (2013-05-24) |
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 24 12:09:42 2013 +0200 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 +}