Files
Arch-R/packages/sysutils/libusb/build
Stephan Raue 141e105b40 libusb: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:16:04 +01:00

20 lines
353 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
mkdir -p m4 && do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--disable-log \
--disable-debug-log \
--disable-examples-build \
make
$MAKEINSTALL