wok view otf-gfs/receipt @ rev 14921

Up: firefox-langpack-pt_PT (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:25:46 2013 +0000 (2013-08-06)
parents
children 08883c298a1f
line source
1 # SliTaz package receipt.
3 PACKAGE="otf-gfs"
4 VERSION="20100912"
5 CATEGORY="x-window"
6 SHORT_DESC="Selection of open type fonts from the Greek Font Society"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www.greekfontsociety.gr/pages/gr_typefaces1.html"
9 TAGS="font otf"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $src && cd $src
15 for font in DIDOT_OT BODONI_OT OLGA_OT NEOHELLENIC_OT ARTEMISIA_OT \
16 THEOKRITOS_OT ELPIS_OT PYRSOS DIDOTCLASS_OT Porson_OT SOLOMOS_OT \
17 DECKER PHILOSTRATOS GOSCHEN BODONICLASS_OT BASKERVILLE_OT GAZIS \
18 COMPLUTUM_OT; do
19 wget http://www.greekfontsociety.gr/GFS_${font}.zip
20 unzip -o GFS_${font}.zip
21 done
22 FONTDIR=$fs/usr/share/fonts/OTF/GFS
23 mkdir -p $FONTDIR
24 install -Dm644 $src/GFS*/*otf $FONTDIR
25 }