wok-next view liberation-fonts/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents d1570adae0ba
children df20b2110f7e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liberation-fonts"
4 VERSION="2.00.1"
5 CATEGORY="fonts"
6 SHORT_DESC="Liberation fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL_OFL"
9 #WEB_SITE="https://www.redhat.com/promo/fonts/"
10 WEB_SITE="https://pagure.io/liberation-fonts"
12 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
13 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
15 compile_rules() {
16 dir="$install/usr/share/fonts/truetype/liberation"
17 mkdir -p $dir
18 cp *.ttf $dir
19 }
21 genpkg_rules() {
22 copy @std
23 }