wok-next annotate fonts-liberation/receipt @ rev 20996

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