wok annotate otf-gfs/receipt @ rev 14129

esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:12:51 2013 +0000 (2013-02-28)
parents
children 08883c298a1f
rev   line source
al@13848 1 # SliTaz package receipt.
al@13848 2
al@13848 3 PACKAGE="otf-gfs"
al@13848 4 VERSION="20100912"
al@13848 5 CATEGORY="x-window"
al@13848 6 SHORT_DESC="Selection of open type fonts from the Greek Font Society"
al@13848 7 MAINTAINER="al.bobylev@gmail.com"
al@13848 8 WEB_SITE="http://www.greekfontsociety.gr/pages/gr_typefaces1.html"
al@13848 9 TAGS="font otf"
al@13848 10
al@13848 11 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13848 12 genpkg_rules()
al@13848 13 {
al@13848 14 mkdir -p $src && cd $src
al@13848 15 for font in DIDOT_OT BODONI_OT OLGA_OT NEOHELLENIC_OT ARTEMISIA_OT \
al@13848 16 THEOKRITOS_OT ELPIS_OT PYRSOS DIDOTCLASS_OT Porson_OT SOLOMOS_OT \
al@13848 17 DECKER PHILOSTRATOS GOSCHEN BODONICLASS_OT BASKERVILLE_OT GAZIS \
al@13848 18 COMPLUTUM_OT; do
al@13848 19 wget http://www.greekfontsociety.gr/GFS_${font}.zip
al@13848 20 unzip -o GFS_${font}.zip
al@13848 21 done
al@13848 22 FONTDIR=$fs/usr/share/fonts/OTF/GFS
al@13848 23 mkdir -p $FONTDIR
al@13848 24 install -Dm644 $src/GFS*/*otf $FONTDIR
al@13848 25 }