From 4ba6639d1c87bb284e7b9822447af838ed97a03f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:19:12 +0100 Subject: [PATCH] new package: add package 'gobject-introspection' Signed-off-by: Stephan Raue --- packages/devel/gobject-introspection/build | 7 +++++++ packages/devel/gobject-introspection/meta | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100755 packages/devel/gobject-introspection/build create mode 100644 packages/devel/gobject-introspection/meta 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"