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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents d1570adae0ba
children
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="https://web.archive.org/web/20110614140819if_/http://www.pingwinsoft.ru/system/uploads/7/original/fonts_test.zip?1276003553"
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 }