Files
Arch-R/packages/network/iptables/build
2010-11-13 18:23:28 +01:00

18 lines
334 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--with-kernel="$(kernel_path)" \
make
$MAKEINSTALL