summaryrefslogtreecommitdiff
path: root/iptables/iptables_1.2.9.oe
blob: d5907b450d396730d1a562dd8f8fd1f82bea8f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "iptables network filtering tools"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"

SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"

S = "${WORKDIR}/iptables-${PV}"

export COPT_FLAGS = "${CFLAGS}"
export KERNEL_DIR = "${STAGING_INCDIR}"
do_compile () {
	unset CFLAGS
	oe_runmake
}

do_install () {
	oe_runmake PREFIX=${prefix} DESTDIR=${D} install
}