wok-next annotate ecofont/receipt @ rev 20473
Tiny edits...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 10 16:57:21 2018 +0200 (2018-03-10) |
parents | d1570adae0ba |
children | d43bf7aae921 |
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() { |
pascal@15155 | 17 unzip $SOURCES_REPOSITORY/$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 } |