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

vlc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:06:02 2017 +0100 (2017-11-01)
parents
children df20b2110f7e
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@20108 11
al@20108 12 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
al@20108 13 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
al@20108 14
al@20108 15 compile_rules() {
al@20108 16 dir="$install/usr/share/fonts/truetype/liberation-classic"
al@20108 17 mkdir -p $dir
al@20108 18 cp *.ttf $dir
al@20108 19 }
al@20108 20
al@20108 21 genpkg_rules() {
al@20108 22 copy @std
al@20108 23 }
al@20108 24