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

gesftpserver, icewm-xdgmenu, man2html: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 23:23:24 2017 +0100 (2017-11-05)
parents ab700369c193
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cantarell-fonts"
4 VERSION="0.0.25"
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/Projects/CantarellFonts"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/cantarell-fonts/${VERSION%.*}/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure \
18 --with-configdir=/etc/fonts/conf.avail \
19 --with-fontdir=/usr/share/fonts/truetype/cantarell \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy @std
29 DEPENDS="fontconfig"
30 TAGS="font"
31 }