wok view ttf-pingwi-typography/receipt @ rev 20852
updated drakon-editor (1.26 -> 1.29)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 15:43:28 2019 +0100 (2019-02-21) |
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 }