wok view ecofont/receipt @ rev 13739

Add xorg-xhost
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 26 13:41:24 2012 +0100 (2012-12-26)
parents d7b9d3ce48da
children 3e083997f52a
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 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mkdir -p $src 2> /dev/null && mv *.ttf $src || return 0
16 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/share/fonts/truetype/ecofont
22 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont
23 }