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

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
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 }