libIDL: 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:05 +01:00
parent d8b25f4f2c
commit 93da269808
4 changed files with 15 additions and 8 deletions

View File

@ -2,13 +2,9 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build glib
cd $PKG_BUILD
mkdir -p .build-target
cd .build-target
mkdir -p .build-target && cd .build-target
libIDL_cv_long_long_format=ll \
../configure --host=$TARGET_NAME \

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install glib
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build-target/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libIDL"
PKG_VERSION="0.8.14"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.gnome.org"
PKG_URL="ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="glib"
PKG_BUILD_DEPENDS="toolchain glib"
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"

View File

@ -1 +0,0 @@
ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2