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

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 31 10:21:22 2018 +0300 (2018-08-31)
parents 58d6577fec38
children
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"
11 REPOLOGY="fonts:liberation"
13 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
14 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
16 compile_rules() {
17 dir="$install/usr/share/fonts/truetype/liberation-classic"
18 mkdir -p $dir
19 cp *.ttf $dir
20 }
22 genpkg_rules() {
23 copy @std
24 }