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

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents 33dc3c330cc7
children ccaee89b2d97
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cantarell-fonts"
4 VERSION="0.111"
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"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:cantarell"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/cantarell-fonts/$VERSION/$TARBALL"
16 BUILD_DEPENDS="meson ninja gettext-dev itstool appstream-glib-dev"
18 compile_rules() {
19 mkdir build
20 cd build
22 meson-wrapper &&
23 ninja &&
24 ninja install || return 1
26 cd $src
27 cook_pick_docs COPYING NEWS README.md
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="fontconfig"
33 TAGS="font"
34 }