wok-next view ecofont/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents e1c0edabdcb2
children d958fec46c9f
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 $SRC/$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 }