Files
Arch-R/packages/other/fribidi/build
Stephan Raue 0a5b28ae13 fribidi:
- remove lto/gold hack
2010-06-16 15:19:27 +02:00

23 lines
447 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
PKG_DIR=`find $PACKAGES -type d -name $1`
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-debug \
--enable-malloc \
--with-glib=no \
--enable-shared \
--disable-static \
make
$MAKEINSTALL
cp -f $ROOT/$PKG_DIR/scripts/$1-config $ROOT/$TOOLCHAIN/bin/$1-config