new package: add package 'libIDL' (initial commit)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-12 16:28:03 +02:00
parent 8a8bef6dd7
commit 3827c84d16
3 changed files with 31 additions and 0 deletions

22
packages/other/libIDL/build Executable file
View File

@ -0,0 +1,22 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build glib
cd $PKG_BUILD
mkdir -p .build-target
cd .build-target
libIDL_cv_long_long_format=ll \
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
make
$MAKEINSTALL

8
packages/other/libIDL/install Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
. config/options
$SCRIPTS/install glib
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build-target/.libs/*.so* $INSTALL/usr/lib

View File

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