wok-next annotate liberation-fonts/receipt @ rev 14882
python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 24 15:51:20 2013 +0000 (2013-07-24) |
parents | e9a4503b4331 |
children | d1570adae0ba |
rev | line source |
---|---|
al@14224 | 1 # SliTaz package receipt. |
al@14224 | 2 |
al@14224 | 3 PACKAGE="liberation-fonts" |
al@14224 | 4 VERSION="2.00.1" |
al@14224 | 5 CATEGORY="x-window" |
al@14224 | 6 SHORT_DESC="Liberation fonts" |
al@14224 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14742 | 8 LICENSE="SIL_OFL" |
al@14224 | 9 WEB_SITE="https://www.redhat.com/promo/fonts/" |
al@14224 | 10 |
al@14224 | 11 WANTED="liberation-fonts-base" |
al@14224 | 12 DEPENDS="liberation-fonts-base" |
al@14224 | 13 |
al@14224 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14224 | 15 genpkg_rules() |
al@14224 | 16 { |
al@14224 | 17 dir="$fs/usr/share/fonts/truetype/$PACKAGE" |
al@14224 | 18 mkdir -p $dir |
al@14224 | 19 cp $src/*.ttf $dir |
al@14224 | 20 rm -f $dir/*Regular.ttf |
al@14224 | 21 } |
al@14226 | 22 |