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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f09bb1f3629e
children
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 HOST_ARCH="any"
12 REPOLOGY="fonts:liberation"
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-classic"
19 mkdir -p $dir
20 cp *.ttf $dir
21 }
23 genpkg_rules() {
24 copy @std
25 }