wok-next view pango/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 7c5d038be95b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pango"
4 VERSION="1.42.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Layout and rendering of internationalized text"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.pango.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 TARBALL_SHA1="240942b1307eaa3819e6e534596271c57cd75457"
16 BUILD_DEPENDS="harfbuzz-dev libxft-dev cairo-dev gobject-introspection-dev \
17 meson ninja fribidi-dev"
18 SPLIT="$PACKAGE-typelib $PACKAGE-dev"
20 COPY_typelib="*.typelib"
22 DEPENDS_std="libcairo fontconfig freetype fribidi glib libharfbuzz libx11 libxft \
23 libxrender"
24 DEPENDS_typelib="pango"
25 DEPENDS_dev="$PACKAGE $PACKAGE-typelib cairo-dev fontconfig-dev freetype-dev \
26 fribidi-dev glib-dev harfbuzz-dev libxft-dev"
28 CAT_typelib="development|typelib files"
30 compile_rules() {
31 mkdir build
32 cd build
34 meson-wrapper .. &&
35 ninja &&
36 ninja install || return 1
38 rm -rf \
39 $install/usr/lib/installed-tests \
40 $install/usr/share/installed-tests
41 }