diff --git a/packages/devel/gobject-introspection/build b/packages/devel/gobject-introspection/build new file mode 100755 index 0000000000..3fd067d9e7 --- /dev/null +++ b/packages/devel/gobject-introspection/build @@ -0,0 +1,7 @@ +#!/bin/sh + +. config/options $1 + +cd $PKG_BUILD + mkdir -p $SYSROOT_PREFIX/usr/share/aclocal + cp m4/introspection.m4 $SYSROOT_PREFIX/usr/share/aclocal diff --git a/packages/devel/gobject-introspection/meta b/packages/devel/gobject-introspection/meta new file mode 100644 index 0000000000..38012d0702 --- /dev/null +++ b/packages/devel/gobject-introspection/meta @@ -0,0 +1,16 @@ +PKG_NAME="gobject-introspection" +PKG_VERSION="0.9.12" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://live.gnome.org/GObjectIntrospection" +PKG_URL="http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/0.9/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="gobject-introspection: Introspection for GObject libraries" +PKG_LONGDESC="Introspection for GObject libraries." +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"