wok-next view pango/receipt @ rev 21093

garcon, libacpi, mypaint: make shared libs executables to correct determine architecture (no "noarch")
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 29 17:03:13 2018 +0200 (2018-12-29)
parents 5669e8b3be70
children 82b613cfd1e0
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="cairo 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 }