new package:

- add libIDL for upcoming xulrunner
This commit is contained in:
Stephan Raue 2010-02-02 21:55:15 +01:00
parent e479b9d6ec
commit 6176b6801e
3 changed files with 33 additions and 0 deletions

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

@ -0,0 +1,24 @@
#!/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 -PR $BUILD/$1*/.libs/*.so* $INSTALL/usr/lib

View File

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