wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="liberation-fonts-base"
4 VERSION="2.00.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Liberation fonts (only regular)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL Open Font License, Version 1.1"
9 WEB_SITE="https://www.redhat.com/promo/fonts/"
10 SOURCE="liberation-fonts"
11 TARBALL="$SOURCE-ttf-$VERSION.tar.gz"
12 WGET_URL="https://fedorahosted.org/releases/l/i/$SOURCE/$TARBALL"
14 BUILD_DEPENDS="wget"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 dir="$fs/usr/share/fonts/truetype/$SOURCE"
20 mkdir -p $dir
21 cp $src/*Regular.ttf $dir
22 }