# HG changeset patch # User Aleksej Bobylev # Date 1363827934 0 # Node ID 462a8f34c9f37c72fddb5d0a904a1d833f387bdf # Parent c0b3f72ff53da44aaef973beaa89518fc3b839ae Add liberation-fonts diff -r c0b3f72ff53d -r 462a8f34c9f3 liberation-fonts-base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/liberation-fonts-base/receipt Thu Mar 21 01:05:34 2013 +0000 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="liberation-fonts-base" +VERSION="2.00.1" +CATEGORY="x-window" +SHORT_DESC="Liberation fonts (only regular)" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="SIL Open Font License, Version 1.1" +WEB_SITE="https://www.redhat.com/promo/fonts/" +SOURCE="liberation-fonts" +TARBALL="$SOURCE-ttf-$VERSION.tar.gz" +WGET_URL="https://fedorahosted.org/releases/l/i/$PACKAGE/$TARBALL" + +BUILD_DEPENDS="wget" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + dir="$fs/usr/share/fonts/truetype/$SOURCE" + mkdir -p $dir + cp $src/*Regular.ttf $dir +} diff -r c0b3f72ff53d -r 462a8f34c9f3 liberation-fonts/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/liberation-fonts/receipt Thu Mar 21 01:05:34 2013 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="liberation-fonts" +VERSION="2.00.1" +CATEGORY="x-window" +SHORT_DESC="Liberation fonts" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="SIL Open Font License, Version 1.1" +WEB_SITE="https://www.redhat.com/promo/fonts/" + +WANTED="liberation-fonts-base" +DEPENDS="liberation-fonts-base" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + dir="$fs/usr/share/fonts/truetype/$PACKAGE" + mkdir -p $dir + cp $src/*.ttf $dir + rm -f $dir/*Regular.ttf +}