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

freetype: return freetype-config back
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 11:44:50 2018 +0300 (2018-08-21)
parents 4ca71b0ef823
children 6beec940a3ac
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"
10 REPOLOGY="fonts:cantarell"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/cantarell-fonts/${VERSION%.*}/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --with-configdir=/etc/fonts/conf.avail \
20 --with-fontdir=/usr/share/fonts/truetype/cantarell \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 DEPENDS="fontconfig"
31 TAGS="font"
32 }