From aca88cc452120e81f6522575108ef5588d830d46 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 10 Mar 2010 16:36:37 +0100 Subject: [PATCH] libIDL-host: - remove package libIDL-host, will be developed in webbrowser-integration branch --- packages/other/libIDL-host/build | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 packages/other/libIDL-host/build diff --git a/packages/other/libIDL-host/build b/packages/other/libIDL-host/build deleted file mode 100755 index d80b600de5..0000000000 --- a/packages/other/libIDL-host/build +++ /dev/null @@ -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