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

Add: orc-dev
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 17 19:51:42 2013 +0100 (2013-02-17)
parents
children 10baa41a7882
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-pingwi-typography"
4 VERSION="20100504"
5 CATEGORY="x-window"
6 SHORT_DESC="PingWi Typography (PWT) fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www.pingwinsoft.ru/"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WGET_URL="${WEB_SITE}fonts/fonts_test.zip"
11 TAGS="font ttf"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 TTFDIR=$fs/usr/share/fonts/TTF/PWT
17 mkdir -p $TTFDIR
18 install -Dm644 $src/*.ttf $TTFDIR
19 #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc
20 }