From 0b422f9e24b75f851fd3f7d39c7143d2472f3bb3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 2 Feb 2010 21:55:34 +0100 Subject: [PATCH] new package: - add libIDL-host for upcoming xulrunner --- packages/other/libIDL-host/build | 23 +++++++++++++++++++++++ 1 file changed, 23 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..d80b600de5 --- /dev/null +++ b/packages/other/libIDL-host/build @@ -0,0 +1,23 @@ +#!/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