wok view cantarell-fonts/receipt @ rev 17492

syslinux/iso2exe: check ISO md5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 03 21:41:48 2015 +0100 (2015-01-03)
parents 68d68791ced5
children 0a24a7b3631e
line source
1 # SliTaz package receipt.
3 PACKAGE="cantarell-fonts"
4 VERSION="0.0.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Sans serif font family designed for on-screen readability"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL_OFL"
9 WEB_SITE="https://live.gnome.org/CantarellFonts"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 SERIES="$(echo $VERSION | cut -d. -f1,2)"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
13 TAGS="font"
15 DEPENDS="fontconfig"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --with-configdir=/etc/fonts/conf.avail \
22 --with-fontdir=/usr/share/fonts/truetype/cantarell \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }