wok annotate ttf-pingwi-typography/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents d2ecf5d1e0fa
children d1570adae0ba
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@13848 5 CATEGORY="x-window"
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@13848 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13848 15 genpkg_rules()
al@13848 16 {
al@13848 17 TTFDIR=$fs/usr/share/fonts/TTF/PWT
al@13848 18 mkdir -p $TTFDIR
al@13848 19 install -Dm644 $src/*.ttf $TTFDIR
al@13848 20 #wget -P $TTFDIR http://www.pingwinsoft.ru/license_test.doc
al@13848 21 }