wok diff liberation-fonts/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/receipt	Thu Mar 21 01:05:34 2013 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="liberation-fonts"
     1.7 +VERSION="2.00.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Liberation fonts"
    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 +
    1.14 +WANTED="liberation-fonts-base"
    1.15 +DEPENDS="liberation-fonts-base"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	dir="$fs/usr/share/fonts/truetype/$PACKAGE"
    1.21 +	mkdir -p $dir
    1.22 +	cp $src/*.ttf $dir
    1.23 +	rm -f $dir/*Regular.ttf
    1.24 +}