Files
Arch-R/packages/network/libnl/build
Stephan Raue b8c4376c99 libnl: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-06 19:57:38 +01:00

16 lines
254 B
Bash
Executable File

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