wok diff liberation-fonts-base/receipt @ rev 14224

Add liberation-fonts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 01:05:34 2013 +0000 (2013-03-21)
parents
children e9a4503b4331
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/liberation-fonts-base/receipt	Thu Mar 21 01:05:34 2013 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="liberation-fonts-base"
     1.7 +VERSION="2.00.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Liberation fonts (only regular)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="SIL Open Font License, Version 1.1"
    1.12 +WEB_SITE="https://www.redhat.com/promo/fonts/"
    1.13 +SOURCE="liberation-fonts"
    1.14 +TARBALL="$SOURCE-ttf-$VERSION.tar.gz"
    1.15 +WGET_URL="https://fedorahosted.org/releases/l/i/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="wget"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	dir="$fs/usr/share/fonts/truetype/$SOURCE"
    1.23 +	mkdir -p $dir
    1.24 +	cp $src/*Regular.ttf $dir
    1.25 +}