wok-next annotate cantarell-fonts/receipt @ rev 20082

Up clementine
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:19:39 2017 +0200 (2017-10-25)
parents ab700369c193
children d958fec46c9f
rev   line source
al@19797 1 # SliTaz package receipt v2.
al@14269 2
al@14269 3 PACKAGE="cantarell-fonts"
al@19797 4 VERSION="0.0.25"
al@19125 5 CATEGORY="fonts"
al@14269 6 SHORT_DESC="Sans serif font family designed for on-screen readability"
al@14269 7 MAINTAINER="al.bobylev@gmail.com"
al@14742 8 LICENSE="SIL_OFL"
al@19797 9 WEB_SITE="https://wiki.gnome.org/Projects/CantarellFonts"
al@14269 10
al@19797 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19797 12 WGET_URL="$GNOME_MIRROR/cantarell-fonts/${VERSION%.*}/$TARBALL"
al@14269 13
al@14269 14 # Rules to configure and make the package.
al@14269 15 compile_rules()
al@14269 16 {
al@14269 17 ./configure \
al@14269 18 --with-configdir=/etc/fonts/conf.avail \
al@14269 19 --with-fontdir=/usr/share/fonts/truetype/cantarell \
al@14269 20 $CONFIGURE_ARGS &&
al@14269 21 make &&
al@14269 22 make install
al@14269 23 }
al@14269 24
al@14269 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14269 26 genpkg_rules()
al@14269 27 {
al@19797 28 copy @std
al@19797 29 DEPENDS="fontconfig"
al@19797 30 TAGS="font"
al@14269 31 }