Files
Arch-R/packages/sysutils/libusb/build
Stephan Raue 300e7fdac9 libusb: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 12:39:11 +01:00

18 lines
323 B
Bash
Executable File

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