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

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
}