Files
Arch-R/packages/test/libtool/build
Stephan Raue f61cd3668e new package:
- add libtool package for test
2009-11-06 15:34:56 +01:00

19 lines
346 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--localstatedir=/var \
--disable-static \
--enable-shared \
make
$MAKEINSTALL