wok-next view ttf-pingwi-typography/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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="${WEB_SITE}fonts/fonts_test.zip"
12 TAGS="font ttf"
14 genpkg_rules() {
15 TTFDIR=$fs/usr/share/fonts/TTF/PWT
16 mkdir -p $TTFDIR
17 install -Dm644 $src/*.ttf $TTFDIR
18 #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc
19 }