wok-current annotate ecofont/receipt @ rev 15527
busybox-root: fix root=device|UUID|LABEL cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 21 11:34:23 2013 +0000 (2013-11-21) |
parents | 3e083997f52a |
children | f13bd223c231 |
rev | line source |
---|---|
pascal@3523 | 1 # SliTaz package receipt. |
pascal@3523 | 2 |
pascal@3523 | 3 PACKAGE="ecofont" |
mallory@4494 | 4 VERSION="2.0" |
pascal@3523 | 5 CATEGORY="x-window" |
pascal@3523 | 6 SHORT_DESC="20% ink saving font from SPRANQ." |
pascal@3523 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@3523 | 8 TARBALL="spranq_eco_sans_regular.zip" |
pascal@3523 | 9 WEB_SITE="http://www.ecofont.eu/ecofont_en.html" |
pascal@3523 | 10 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL" |
pascal@3523 | 11 |
pascal@15104 | 12 BUILD_DEPENDS="unzip" |
pascal@15104 | 13 |
pascal@3523 | 14 # Rules to configure and make the package. |
pascal@3523 | 15 compile_rules() |
pascal@3523 | 16 { |
pascal@15155 | 17 unzip $SOURCES_REPOSITORY/$TARBALL |
pascal@3523 | 18 } |
pascal@3523 | 19 |
pascal@3523 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3523 | 21 genpkg_rules() |
pascal@3523 | 22 { |
pascal@3523 | 23 mkdir -p $fs/usr/share/fonts/truetype/ecofont |
pascal@3523 | 24 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont |
pascal@3523 | 25 } |