wok-next annotate ttf-inconsolata-dz/receipt @ rev 17607
gnome-vfs: remove G_DISABLE_DEPRECATED
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 12 17:01:44 2015 +0100 (2015-02-12) |
parents | d2ecf5d1e0fa |
children | d1570adae0ba |
rev | line source |
---|---|
al@13848 | 1 # SliTaz package receipt. |
al@13848 | 2 |
al@13848 | 3 PACKAGE="ttf-inconsolata-dz" |
al@13848 | 4 VERSION="20091202" |
al@13848 | 5 CATEGORY="x-window" |
al@13848 | 6 SHORT_DESC="Monospace font for pretty code listings and for the terminal (modified to have straight single and double quotes)" |
al@13848 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15611 | 8 LICENSE="SIL_OFL" |
al@13848 | 9 WEB_SITE="http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/" |
al@13848 | 10 TARBALL="$PACKAGE-$VERSION.zip" |
al@13848 | 11 WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip" |
al@13848 | 12 TAGS="font otf" |
al@13848 | 13 |
al@13848 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13848 | 15 genpkg_rules() |
al@13848 | 16 { |
al@13848 | 17 install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf |
al@13848 | 18 } |