wok view cantarell-fonts/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents
children 7a526dcd4932
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 OFL1.1"
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 }