wok view cantarell-fonts/receipt @ rev 20157

Up slitaz-boot-scripts (449), tazlito (475): updates for loram
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 25 21:46:51 2017 +0100 (2017-12-25)
parents 0a24a7b3631e
children 29bbdc1ad8ad
line source
1 # SliTaz package receipt.
3 PACKAGE="cantarell-fonts"
4 VERSION="0.0.16"
5 CATEGORY="fonts"
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://wiki.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 }