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

Update atkmm, cairo, cmake, db, elfutils, emacs, glib, glib-networking, glibmm, gobject-introspection, libsigc++, meson, openssl, zstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 13 00:46:54 2018 +0200 (2018-12-13)
parents d5aab818505e
children e19ff076dc63
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 BUILD_DEPENDS="glib-dev cairo-dev gtk-doc python-dev util-linux-mount-dev \
16 openssl-dev libffi-dev"
17 SPLIT="$PACKAGE-dev"
19 COPY_std="@std *.typelib"
20 COPY_dev="@std @dev @rm"
22 DEPENDS_std="glib libffi python"
23 DEPENDS_dev="gobject-introspection glib-dev libffi-dev"
25 compile_rules() {
26 ./configure \
27 --disable-static \
28 $CONFIGURE_ARGS &&
29 fix libtool &&
30 make &&
31 make install
32 }