wok view liberation-fonts/receipt @ rev 14341

Up dropbear (2013.56)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 12:57:53 2013 +0200 (2013-04-14)
parents 462a8f34c9f3
children 7a526dcd4932
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 Open Font License, Version 1.1"
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 }