wok rev 3523

Add ecofont
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 21 11:25:00 2009 +0200 (2009-06-21)
parents 9cf36f931f36
children 3a4db8353759
files ecofont/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ecofont/receipt	Sun Jun 21 11:25:00 2009 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ecofont"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="20% ink saving font from SPRANQ."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="spranq_eco_sans_regular.zip"
    1.12 +WEB_SITE="http://www.ecofont.eu/ecofont_en.html"
    1.13 +WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	mkdir -p $src 2> /dev/null && mv *.ttf $src || return 0
    1.19 +}
    1.20 +
    1.21 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 +genpkg_rules()
    1.23 +{
    1.24 +	mkdir -p $fs/usr/share/fonts/truetype/ecofont
    1.25 +	cp -a $src/* $fs/usr/share/fonts/truetype/ecofont
    1.26 +}