wok-current annotate liberation-fonts-base/receipt @ rev 14226
liberation-fonts-base: fix url. Recook: freetype - package cooked but something wrong, freetype-dev fails; same with freetype-infinality(-dev). Add optional (?) website to fontconfig-infinality-yad.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 19:21:00 2013 +0000 (2013-03-21) |
parents | 462a8f34c9f3 |
children | 7a526dcd4932 |
rev | line source |
---|---|
al@14224 | 1 # SliTaz package receipt. |
al@14224 | 2 |
al@14224 | 3 PACKAGE="liberation-fonts-base" |
al@14224 | 4 VERSION="2.00.1" |
al@14224 | 5 CATEGORY="x-window" |
al@14224 | 6 SHORT_DESC="Liberation fonts (only regular)" |
al@14224 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14224 | 8 LICENSE="SIL Open Font License, Version 1.1" |
al@14224 | 9 WEB_SITE="https://www.redhat.com/promo/fonts/" |
al@14224 | 10 SOURCE="liberation-fonts" |
al@14224 | 11 TARBALL="$SOURCE-ttf-$VERSION.tar.gz" |
al@14226 | 12 WGET_URL="https://fedorahosted.org/releases/l/i/$SOURCE/$TARBALL" |
al@14224 | 13 |
al@14224 | 14 BUILD_DEPENDS="wget" |
al@14224 | 15 |
al@14224 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14224 | 17 genpkg_rules() |
al@14224 | 18 { |
al@14224 | 19 dir="$fs/usr/share/fonts/truetype/$SOURCE" |
al@14224 | 20 mkdir -p $dir |
al@14224 | 21 cp $src/*Regular.ttf $dir |
al@14224 | 22 } |