Files
Arch-R/packages/network/iptables/build
Stephan Raue 9de90c51b2 new package: add package 'iptables'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-04 02:32:02 +01:00

21 lines
381 B
Bash
Executable File

#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build linux
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