wok view ecofont/receipt @ rev 15413

Up: thunderbird-langpack-de (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:33 2013 +0100 (2013-11-03)
parents 3e083997f52a
children f13bd223c231
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 TARBALL="spranq_eco_sans_regular.zip"
9 WEB_SITE="http://www.ecofont.eu/ecofont_en.html"
10 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
12 BUILD_DEPENDS="unzip"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 unzip $SOURCES_REPOSITORY/$TARBALL
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/fonts/truetype/ecofont
24 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont
25 }