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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f09bb1f3629e
children
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@21057 11 HOST_ARCH="any"
al@20996 12 REPOLOGY="fonts:liberation"
al@20996 13
al@20996 14 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
al@20996 15 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
al@20996 16
al@20996 17 compile_rules() {
al@20996 18 dir="$install/usr/share/fonts/truetype/liberation-classic"
al@20996 19 mkdir -p $dir
al@20996 20 cp *.ttf $dir
al@20996 21 }
al@20996 22
al@20996 23 genpkg_rules() {
al@20996 24 copy @std
al@20996 25 }