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

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents 33dc3c330cc7
children ccaee89b2d97
rev   line source
al@19797 1 # SliTaz package receipt v2.
al@14269 2
al@14269 3 PACKAGE="cantarell-fonts"
al@21010 4 VERSION="0.111"
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@20951 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="fonts:cantarell"
al@14269 12
al@19797 13 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20951 14 WGET_URL="$GNOME_MIRROR/cantarell-fonts/$VERSION/$TARBALL"
al@14269 15
al@21020 16 BUILD_DEPENDS="meson ninja gettext-dev itstool appstream-glib-dev"
al@20951 17
al@20951 18 compile_rules() {
al@20951 19 mkdir build
al@20951 20 cd build
al@20951 21
al@20951 22 meson-wrapper &&
al@20951 23 ninja &&
al@21010 24 ninja install || return 1
al@21010 25
al@21010 26 cd $src
al@21010 27 cook_pick_docs COPYING NEWS README.md
al@14269 28 }
al@14269 29
al@20951 30 genpkg_rules() {
al@19797 31 copy @std
al@19797 32 DEPENDS="fontconfig"
al@19797 33 TAGS="font"
al@14269 34 }