wok diff otf-gfs/receipt @ rev 14485

gst-python-dev: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:51:54 2013 +0200 (2013-05-02)
parents
children 08883c298a1f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/otf-gfs/receipt	Thu May 02 22:51:54 2013 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="otf-gfs"
     1.7 +VERSION="20100912"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Selection of open type fonts from the Greek Font Society"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://www.greekfontsociety.gr/pages/gr_typefaces1.html"
    1.12 +TAGS="font otf"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $src && cd $src
    1.18 +	for font in DIDOT_OT BODONI_OT OLGA_OT NEOHELLENIC_OT ARTEMISIA_OT \
    1.19 +		THEOKRITOS_OT ELPIS_OT PYRSOS DIDOTCLASS_OT Porson_OT SOLOMOS_OT \
    1.20 +		DECKER PHILOSTRATOS GOSCHEN BODONICLASS_OT BASKERVILLE_OT GAZIS \
    1.21 +		COMPLUTUM_OT; do
    1.22 +		wget http://www.greekfontsociety.gr/GFS_${font}.zip
    1.23 +		unzip -o GFS_${font}.zip
    1.24 +	done
    1.25 +	FONTDIR=$fs/usr/share/fonts/OTF/GFS
    1.26 +	mkdir -p $FONTDIR
    1.27 +	install -Dm644 $src/GFS*/*otf $FONTDIR
    1.28 +}