wok annotate cantarell-fonts/receipt @ rev 23179

updated mgetty and mgetty-voicetools (1.1.37 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Mar 19 13:45:58 2020 +0100 (2020-03-19)
parents d1570adae0ba
children 6831608a1b2a
rev   line source
al@14269 1 # SliTaz package receipt.
al@14269 2
al@14269 3 PACKAGE="cantarell-fonts"
Hans-G?nter@22580 4 VERSION="0.0.25"
al@19125 5 CATEGORY="fonts"
Hans-G?nter@22580 6 TAGS="font"
Hans-G?nter@22580 7 SHORT_DESC="Sans serif font family designed for on-screen readability."
al@14269 8 MAINTAINER="al.bobylev@gmail.com"
al@14742 9 LICENSE="SIL_OFL"
al@18008 10 WEB_SITE="https://wiki.gnome.org/CantarellFonts"
Hans-G?nter@22580 11
al@14269 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@22580 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@14269 14
al@14269 15 DEPENDS="fontconfig"
al@14269 16
al@14269 17 # Rules to configure and make the package.
al@14269 18 compile_rules()
al@14269 19 {
Hans-G?nter@22580 20 ./configure \
Hans-G?nter@22580 21 --with-configdir=/etc/fonts/conf.avail \
Hans-G?nter@22580 22 --with-fontdir=/usr/share/fonts/truetype/cantarell \
al@14269 23 $CONFIGURE_ARGS &&
al@14269 24 make &&
al@14269 25 make install
al@14269 26 }
al@14269 27
al@14269 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14269 29 genpkg_rules()
al@14269 30 {
Hans-G?nter@22580 31 cp -a $install/* $fs
al@14269 32 }