From db098e0bbd700d004d457744b601b1dc24e8f65f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Jul 2010 16:28:15 +0200 Subject: [PATCH] new package: add package 'libIDL-host' (initial commit) Signed-off-by: Stephan Raue --- packages/other/libIDL-host/build | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 packages/other/libIDL-host/build diff --git a/packages/other/libIDL-host/build b/packages/other/libIDL-host/build new file mode 100755 index 0000000000..d257dab9b8 --- /dev/null +++ b/packages/other/libIDL-host/build @@ -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