wok view cantarell-fonts/receipt @ rev 21647

updated osm2pgrouting (2.3.3 -> 2.3.6)
author Hans-G?nter Theisgen
date Thu May 30 09:21:38 2019 +0100 (2019-05-30)
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 }