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

Up get-palemoon(25.8.1)
author Richard Dunbar <mojo@slitaz.org>
date Sun Dec 13 15:47:42 2015 -0500 (2015-12-13)
parents d2ecf5d1e0fa
children d1570adae0ba
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 LICENSE="unknown"
9 WEB_SITE="http://www.pingwinsoft.ru/"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="${WEB_SITE}fonts/fonts_test.zip"
12 TAGS="font ttf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 TTFDIR=$fs/usr/share/fonts/TTF/PWT
18 mkdir -p $TTFDIR
19 install -Dm644 $src/*.ttf $TTFDIR
20 #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc
21 }