wok-next annotate ecofont/receipt @ rev 9903
edje: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 17 13:42:31 2011 +0200 (2011-05-17) |
parents | d7b9d3ce48da |
children | 3e083997f52a |
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@3523 | 12 # Rules to configure and make the package. |
pascal@3523 | 13 compile_rules() |
pascal@3523 | 14 { |
pascal@3523 | 15 mkdir -p $src 2> /dev/null && mv *.ttf $src || return 0 |
pascal@3523 | 16 } |
pascal@3523 | 17 |
pascal@3523 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3523 | 19 genpkg_rules() |
pascal@3523 | 20 { |
pascal@3523 | 21 mkdir -p $fs/usr/share/fonts/truetype/ecofont |
pascal@3523 | 22 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont |
pascal@3523 | 23 } |