summaryrefslogtreecommitdiff
path: root/iptables/iptables_1.2.9.oe
blob: 55af54b770c49a42679548eb5a22b05bfc57f795 (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
RDEPENDS = libc6

SRC_URI = http://www.netfilter.org/files/iptables-1.2.9.tar.bz2

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

do_compile () {
	unset CFLAGS
	oe_runmake PREFIX=${prefix}
}

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