wok-next diff ecofont/receipt @ rev 4083
mkpkgiso: mount loram by label
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 15 22:51:18 2009 +0200 (2009-09-15) |
parents | |
children | c53212aaa7d8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ecofont/receipt Tue Sep 15 22:51:18 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 +}