wok 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 c0b3f72ff53d
children 66feb7f9e198
files liberation-fonts-base/receipt liberation-fonts/receipt
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 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/liberation-fonts/receipt	Thu Mar 21 01:05:34 2013 +0000
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="liberation-fonts"
     2.7 +VERSION="2.00.1"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Liberation fonts"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="SIL Open Font License, Version 1.1"
    2.12 +WEB_SITE="https://www.redhat.com/promo/fonts/"
    2.13 +
    2.14 +WANTED="liberation-fonts-base"
    2.15 +DEPENDS="liberation-fonts-base"
    2.16 +
    2.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 +genpkg_rules()
    2.19 +{
    2.20 +	dir="$fs/usr/share/fonts/truetype/$PACKAGE"
    2.21 +	mkdir -p $dir
    2.22 +	cp $src/*.ttf $dir
    2.23 +	rm -f $dir/*Regular.ttf
    2.24 +}