Files
Arch-R/packages/sysutils/libusb/build

19 lines
352 B
Plaintext
Raw Normal View History

2009-12-24 23:02:21 +01:00
#!/bin/sh
. config/options $1
2009-12-24 23:02:21 +01:00
cd $PKG_BUILD
mkdir -p m4 && do_autoreconf
2009-12-24 23:02:21 +01:00
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--disable-log \
--disable-debug-log \
--disable-examples-build \
make
$MAKEINSTALL