new package: add package 'gobject-introspection'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:19:12 +01:00
parent 85bbe69dd8
commit 4ba6639d1c
2 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -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"