wok-next view liberation-classic-fonts/receipt @ rev 20142

vlc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:06:02 2017 +0100 (2017-11-01)
parents
children df20b2110f7e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liberation-classic-fonts"
4 VERSION="1.07.4"
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-classic-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-classic"
17 mkdir -p $dir
18 cp *.ttf $dir
19 }
21 genpkg_rules() {
22 copy @std
23 }