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

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fonts-liberation"
4 VERSION="1.07.4"
5 CATEGORY="fonts"
6 SHORT_DESC="Liberation fonts (Classic)"
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 }