wok-next annotate otf-gfs/receipt @ rev 15363
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 03 09:52:57 2013 +0000 (2013-10-03) |
parents | 50939119e32c |
children | f13bd223c231 |
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" |
pascal@15153 | 10 EXTRA_SOURCE_FILES="GFS_DIDOT_OT.zip GFS_BODONI_OT.zip GFS_OLGA_OT.zip \ |
pascal@15166 | 11 GFS_NEOHELLENIC_OT.zip GFS_ARTEMISIA_OT.zip GFS_THEOKRITOS_OT.zip \ |
pascal@15148 | 12 GFS_PYRSOS.zip GFS_DIDOTCLASS_OT.zip GFS_Porson_OT.zip GFS_SOLOMOS_OT.zip \ |
pascal@15148 | 13 GFS_DECKER.zip GFS_PHILOSTRATOS.zip GFS_GOSCHEN.zip GFS_BODONICLASS_OT.zip \ |
pascal@15166 | 14 GFS_BASKERVILLE_OT.zip GFS_GAZIS.zip GFS_COMPLUTUM_OT.zip GFS_ELPIS_OT.zip" |
al@13848 | 15 |
al@13848 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13848 | 17 genpkg_rules() |
al@13848 | 18 { |
al@13848 | 19 mkdir -p $src && cd $src |
pascal@15148 | 20 for font in $EXTRA_SOURCE_FILES; do |
pascal@15148 | 21 [ -s $SOURCES_REPOSITORY/${font} ] || |
pascal@15148 | 22 wget -O $SOURCES_REPOSITORY/${font} \ |
pascal@15148 | 23 http://www.greekfontsociety.gr/${font} |
pascal@15148 | 24 cp $SOURCES_REPOSITORY/${font} . |
pascal@15148 | 25 unzip -o ${font} |
al@13848 | 26 done |
al@13848 | 27 FONTDIR=$fs/usr/share/fonts/OTF/GFS |
al@13848 | 28 mkdir -p $FONTDIR |
al@13848 | 29 install -Dm644 $src/GFS*/*otf $FONTDIR |
al@13848 | 30 } |