libIDL-host: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 18:22:14 +01:00
parent 93da269808
commit 6024878234
2 changed files with 15 additions and 5 deletions

View File

@ -2,16 +2,12 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build glib-host
$SCRIPTS/unpack libIDL
setup_toolchain host
cd $BUILD/libIDL*
mkdir -p .build-host
cd .build-host
mkdir -p .build-host && cd .build-host
libIDL_cv_long_long_format=ll \
../configure --prefix=$ROOT/$TOOLCHAIN

View File

@ -0,0 +1,14 @@
PKG_NAME="libIDL"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.gnome.org"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain glib-host"
PKG_PRIORITY="optional"
PKG_SECTION="other"
PKG_SHORTDESC="libidl: Library for creating trees of CORBA IDL files"
PKG_LONGDESC="libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files."
PKG_IS_ADDON="no"