wok-next annotate liberation-fonts/receipt @ rev 20518
wordwarvi:typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 09:21:17 2018 +0100 (2018-03-23) |
parents | d1570adae0ba |
children | df20b2110f7e |
rev | line source |
---|---|
al@20108 | 1 # SliTaz package receipt v2. |
al@14224 | 2 |
al@14224 | 3 PACKAGE="liberation-fonts" |
al@14224 | 4 VERSION="2.00.1" |
al@19125 | 5 CATEGORY="fonts" |
al@14224 | 6 SHORT_DESC="Liberation fonts" |
al@14224 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14742 | 8 LICENSE="SIL_OFL" |
al@20108 | 9 #WEB_SITE="https://www.redhat.com/promo/fonts/" |
al@20108 | 10 WEB_SITE="https://pagure.io/liberation-fonts" |
al@14224 | 11 |
al@20108 | 12 TARBALL="liberation-fonts-ttf-$VERSION.tar.gz" |
al@20108 | 13 WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL" |
al@14224 | 14 |
al@20108 | 15 compile_rules() { |
al@20108 | 16 dir="$install/usr/share/fonts/truetype/liberation" |
al@14224 | 17 mkdir -p $dir |
al@20108 | 18 cp *.ttf $dir |
al@14224 | 19 } |
al@14226 | 20 |
al@20108 | 21 genpkg_rules() { |
al@20108 | 22 copy @std |
al@20108 | 23 } |
al@20108 | 24 |