wok-next view fonts-liberation2/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents f09bb1f3629e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fonts-liberation2"
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"
11 HOST_ARCH="any"
12 REPOLOGY="fonts:liberation2"
14 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
15 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
17 compile_rules() {
18 dir="$install/usr/share/fonts/truetype/liberation"
19 mkdir -p $dir
20 cp *.ttf $dir
21 }
23 genpkg_rules() {
24 copy @std
25 }