wok-next diff fonts-liberation/receipt @ rev 21012
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 13 17:31:50 2018 +0300 (2018-10-13) |
parents | |
children | 0cbe4b1f2230 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fonts-liberation/receipt Sat Oct 13 17:31:50 2018 +0300 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="fonts-liberation" 1.7 +VERSION="1.07.4" 1.8 +CATEGORY="fonts" 1.9 +SHORT_DESC="Liberation fonts (Classic)" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="SIL_OFL" 1.12 +#WEB_SITE="https://www.redhat.com/promo/fonts/" 1.13 +WEB_SITE="https://pagure.io/liberation-classic-fonts" 1.14 +REPOLOGY="fonts:liberation" 1.15 + 1.16 +TARBALL="liberation-fonts-ttf-$VERSION.tar.gz" 1.17 +WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL" 1.18 + 1.19 +compile_rules() { 1.20 + dir="$install/usr/share/fonts/truetype/liberation-classic" 1.21 + mkdir -p $dir 1.22 + cp *.ttf $dir 1.23 +} 1.24 + 1.25 +genpkg_rules() { 1.26 + copy @std 1.27 +}