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

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-12 16:28:15 +02:00
parent 3827c84d16
commit db098e0bbd

View File

@ -0,0 +1,22 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build glib-host
$SCRIPTS/unpack libIDL
setup_toolchain host
cd $BUILD/libIDL*
mkdir -p .build-host
cd .build-host
libIDL_cv_long_long_format=ll \
../configure --prefix=$ROOT/$TOOLCHAIN
$SED "s:pkg-config :PKG_CONFIG_PATH=$HOST_PKG_CONFIG_PATH $PKG_CONFIG :" libIDL-config-2
make
make install