wok view ttf-pingwi-typography/receipt @ rev 14158

Up: nss (3.14.1)
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 05 22:43:12 2013 +0100 (2013-03-05)
parents
children 10baa41a7882
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-pingwi-typography"
4 VERSION="20100504"
5 CATEGORY="x-window"
6 SHORT_DESC="PingWi Typography (PWT) fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www.pingwinsoft.ru/"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WGET_URL="${WEB_SITE}fonts/fonts_test.zip"
11 TAGS="font ttf"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 TTFDIR=$fs/usr/share/fonts/TTF/PWT
17 mkdir -p $TTFDIR
18 install -Dm644 $src/*.ttf $TTFDIR
19 #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc
20 }