wok-current view ttf-pingwi-typography/receipt @ rev 14590
drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 27 00:27:59 2013 +0000 (2013-05-27) |
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 }