wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ecofont"
4 VERSION="2.0"
5 CATEGORY="fonts"
6 SHORT_DESC="20% ink saving font from SPRANQ"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.ecofont.com/"
10 REPOLOGY="fonts:ecofont"
12 TARBALL="spranq_eco_sans_regular.zip"
13 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
15 BUILD_DEPENDS="unzip"
17 compile_rules() {
18 unzip $SRC/$TARBALL
19 mkdir -p $install/usr/share/fonts/truetype/ecofont
20 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont
21 }
23 genpkg_rules() {
24 copy @std
25 }