wok-next view ecofont/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents d1570adae0ba
children d43bf7aae921
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="http://www.ecofont.eu/ecofont_en.html"
11 TARBALL="spranq_eco_sans_regular.zip"
12 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
14 BUILD_DEPENDS="unzip"
16 compile_rules() {
17 unzip $SOURCES_REPOSITORY/$TARBALL
18 mkdir -p $install/usr/share/fonts/truetype/ecofont
19 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont
20 }
22 genpkg_rules() {
23 copy @std
24 }