wok-next annotate ttf-pingwi-typography/receipt @ rev 21573
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:38:17 2020 +0100 (2020-06-22) |
parents | d1570adae0ba |
children |
rev | line source |
---|---|
al@13848 | 1 # SliTaz package receipt. |
al@13848 | 2 |
al@13848 | 3 PACKAGE="ttf-pingwi-typography" |
al@13848 | 4 VERSION="20100504" |
al@19125 | 5 CATEGORY="fonts" |
al@13848 | 6 SHORT_DESC="PingWi Typography (PWT) fonts" |
al@13848 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@16660 | 8 LICENSE="unknown" |
al@13848 | 9 WEB_SITE="http://www.pingwinsoft.ru/" |
al@13848 | 10 TARBALL="$PACKAGE-$VERSION.zip" |
al@13848 | 11 WGET_URL="${WEB_SITE}fonts/fonts_test.zip" |
al@13848 | 12 TAGS="font ttf" |
al@13848 | 13 |
al@21020 | 14 genpkg_rules() { |
al@13848 | 15 TTFDIR=$fs/usr/share/fonts/TTF/PWT |
al@13848 | 16 mkdir -p $TTFDIR |
al@13848 | 17 install -Dm644 $src/*.ttf $TTFDIR |
al@13848 | 18 #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc |
al@13848 | 19 } |