wok view ecofont/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents f13bd223c231
children c3a6f662a1c1
line source
1 # SliTaz package receipt.
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 TARBALL="spranq_eco_sans_regular.zip"
10 WEB_SITE="http://www.ecofont.eu/ecofont_en.html"
11 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
13 BUILD_DEPENDS="unzip"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 unzip $SOURCES_REPOSITORY/$TARBALL
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/fonts/truetype/ecofont
25 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont
26 }