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

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
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 }