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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }