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

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 07:12:33 2017 -0300 (2017-08-03)
parents 10baa41a7882
children fa5a8f0acc3b
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-pingwi-typography"
4 VERSION="20100504"
5 CATEGORY="fonts"
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 }