libIDL-host:

- remove package libIDL-host, will be developed in webbrowser-integration branch
This commit is contained in:
Stephan Raue 2010-03-10 16:36:37 +01:00
parent f5e228eb73
commit aca88cc452

View File

@ -1,23 +0,0 @@
#!/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