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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }