wok-next annotate ecofont/receipt @ rev 20690
add missing SHA256sums
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon May 21 19:36:47 2018 +0000 (2018-05-21) |
parents | e1c0edabdcb2 |
children | d958fec46c9f |
rev | line source |
---|---|
al@20473 | 1 # SliTaz package receipt v2. |
pascal@3523 | 2 |
pascal@3523 | 3 PACKAGE="ecofont" |
mallory@4494 | 4 VERSION="2.0" |
al@19125 | 5 CATEGORY="fonts" |
al@20473 | 6 SHORT_DESC="20% ink saving font from SPRANQ" |
pascal@3523 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15611 | 8 LICENSE="other" |
al@20473 | 9 WEB_SITE="http://www.ecofont.eu/ecofont_en.html" |
al@20473 | 10 |
pascal@3523 | 11 TARBALL="spranq_eco_sans_regular.zip" |
pascal@3523 | 12 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL" |
pascal@3523 | 13 |
pascal@15104 | 14 BUILD_DEPENDS="unzip" |
pascal@15104 | 15 |
al@20473 | 16 compile_rules() { |
al@20513 | 17 unzip $SRC/$TARBALL |
al@20473 | 18 mkdir -p $install/usr/share/fonts/truetype/ecofont |
al@20473 | 19 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont |
pascal@3523 | 20 } |
pascal@3523 | 21 |
al@20473 | 22 genpkg_rules() { |
al@20473 | 23 copy @std |
pascal@3523 | 24 } |