wok-next annotate ecofont/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents d43bf7aae921
children d5aab818505e
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@20882 10 REPOLOGY="fonts:ecofont"
al@20473 11
pascal@3523 12 TARBALL="spranq_eco_sans_regular.zip"
pascal@3523 13 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
pascal@3523 14
pascal@15104 15 BUILD_DEPENDS="unzip"
pascal@15104 16
al@20473 17 compile_rules() {
al@20513 18 unzip $SRC/$TARBALL
al@20473 19 mkdir -p $install/usr/share/fonts/truetype/ecofont
al@20473 20 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont
pascal@3523 21 }
pascal@3523 22
al@20473 23 genpkg_rules() {
al@20473 24 copy @std
pascal@3523 25 }