# SliTaz package receipt.

PACKAGE="ecofont"
VERSION="2.0"
CATEGORY="x-window"
SHORT_DESC="20% ink saving font from SPRANQ."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="spranq_eco_sans_regular.zip"
WEB_SITE="http://www.ecofont.eu/ecofont_en.html"
WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	mkdir -p $src 2> /dev/null && mv *.ttf $src || return 0
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share/fonts/truetype/ecofont
	cp -a $src/* $fs/usr/share/fonts/truetype/ecofont
}