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

Up glade3, json-glib, libgee, font-manager, liberation-fonts; add glade, liberation-classic-fonts, python-distutils-extra.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 30 00:16:27 2017 +0200 (2017-10-30)
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