wok-next annotate liberation-classic-fonts/receipt @ rev 20946

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 31 10:21:22 2018 +0300 (2018-08-31)
parents 58d6577fec38
children
rev   line source
al@20108 1 # SliTaz package receipt v2.
al@20108 2
al@20108 3 PACKAGE="liberation-classic-fonts"
al@20108 4 VERSION="1.07.4"
al@20108 5 CATEGORY="fonts"
al@20108 6 SHORT_DESC="Liberation fonts"
al@20108 7 MAINTAINER="al.bobylev@gmail.com"
al@20108 8 LICENSE="SIL_OFL"
al@20108 9 #WEB_SITE="https://www.redhat.com/promo/fonts/"
al@20108 10 WEB_SITE="https://pagure.io/liberation-classic-fonts"
al@20883 11 REPOLOGY="fonts:liberation"
al@20108 12
al@20108 13 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
al@20108 14 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
al@20108 15
al@20108 16 compile_rules() {
al@20108 17 dir="$install/usr/share/fonts/truetype/liberation-classic"
al@20108 18 mkdir -p $dir
al@20108 19 cp *.ttf $dir
al@20108 20 }
al@20108 21
al@20108 22 genpkg_rules() {
al@20108 23 copy @std
al@20108 24 }
al@20108 25