wok view liberation-fonts/receipt @ rev 16692

glibc-base: add more default locales (see glibc' gconv); remove timezone files (now in locale-* packages).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 23 05:07:32 2014 +0300 (2014-05-23)
parents e9a4503b4331
children d1570adae0ba
line source
1 # SliTaz package receipt.
3 PACKAGE="liberation-fonts"
4 VERSION="2.00.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Liberation fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL_OFL"
9 WEB_SITE="https://www.redhat.com/promo/fonts/"
11 WANTED="liberation-fonts-base"
12 DEPENDS="liberation-fonts-base"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 dir="$fs/usr/share/fonts/truetype/$PACKAGE"
18 mkdir -p $dir
19 cp $src/*.ttf $dir
20 rm -f $dir/*Regular.ttf
21 }