wok-current diff ttf-pingwi-typography/receipt @ rev 15415
Up: thunderbird-langpack-en_GB (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:36 2013 +0100 (2013-11-03) |
parents | |
children | 10baa41a7882 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ttf-pingwi-typography/receipt Sun Nov 03 21:52:36 2013 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ttf-pingwi-typography" 1.7 +VERSION="20100504" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="PingWi Typography (PWT) fonts" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="http://www.pingwinsoft.ru/" 1.12 +TARBALL="$PACKAGE-$VERSION.zip" 1.13 +WGET_URL="${WEB_SITE}fonts/fonts_test.zip" 1.14 +TAGS="font ttf" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + TTFDIR=$fs/usr/share/fonts/TTF/PWT 1.20 + mkdir -p $TTFDIR 1.21 + install -Dm644 $src/*.ttf $TTFDIR 1.22 + #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc 1.23 +}