wok-next annotate ecofont/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children 0cbe4b1f2230
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@21020 9 WEB_SITE="https://www.ecofont.com/"
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 }