wok-next view cantarell-fonts/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents d1570adae0ba
children 4ca71b0ef823
line source
1 # SliTaz package receipt.
3 PACKAGE="cantarell-fonts"
4 VERSION="0.0.24"
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 TAGS="font"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/GNOME/cantarell-fonts/archive/$VERSION.tar.gz"
15 DEPENDS="fontconfig"
16 BUILD_DEPENDS="automake"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 autoreconf --force --install
22 ./configure \
23 --with-configdir=/etc/fonts/conf.avail \
24 --with-fontdir=/usr/share/fonts/truetype/cantarell \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cp -a $install/* $fs
34 }