wok view ecofont/receipt @ rev 18347

Up: file (5.24)
author Alexander Medvedev <devl547@gmail.com>
date Fri Sep 11 19:38:34 2015 +0000 (2015-09-11)
parents 40901e291d86
children d1570adae0ba
line source
1 # SliTaz package receipt.
3 PACKAGE="ecofont"
4 VERSION="2.0"
5 CATEGORY="x-window"
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 }