wok-next view gobject-introspection/receipt @ rev 21094

Apply "force-arch" for selected dev packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 31 17:23:40 2018 +0200 (2018-12-31)
parents 4d9f82dabdbb
children 64897b237b59
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gobject-introspection"
4 VERSION="1.58.2"
5 CATEGORY="development"
6 SHORT_DESC="Introspection system for GObject-based libraries"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2 MIT"
9 WEB_SITE="https://wiki.gnome.org/Projects/GObjectIntrospection"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gobject-introspection.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 COOKOPTS="force-arch" # different .gir
17 BUILD_DEPENDS="glib-dev cairo-dev gtk-doc python-dev util-linux-mount-dev \
18 openssl-dev libffi-dev"
19 SPLIT="$PACKAGE-dev"
21 COPY_std="@std *.typelib"
22 COPY_dev="@std @dev @rm"
24 DEPENDS_std="glib libffi python"
25 DEPENDS_dev="gobject-introspection glib-dev libffi-dev"
27 compile_rules() {
28 ./configure \
29 --disable-static \
30 $CONFIGURE_ARGS &&
31 fix libtool &&
32 make &&
33 make install
34 }