summaryrefslogtreecommitdiff
path: root/iptables/iptables_1.2.11.oe
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-20 01:21:42 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-20 01:21:42 +0000
commit1b9486446c85543c2a90469122ed79c98e6af9f0 (patch)
tree4595c398302e934af7eefd4c71813f4352b1388a /iptables/iptables_1.2.11.oe
parent7920d89da403b3231d3c9e29286043dda9560cae (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages 2004/11/20 02:20:47+01:00 hrw.one.pl!hrw added license to some packages BKrev: 419e9c26J8jBCbLq5erARzIY4dhVHA
Diffstat (limited to 'iptables/iptables_1.2.11.oe')
-rw-r--r--iptables/iptables_1.2.11.oe22
1 files changed, 22 insertions, 0 deletions
diff --git a/iptables/iptables_1.2.11.oe b/iptables/iptables_1.2.11.oe
index e69de29bb2..6ed9e7cbf7 100644
--- a/iptables/iptables_1.2.11.oe
+++ b/iptables/iptables_1.2.11.oe
@@ -0,0 +1,22 @@
+DESCRIPTION = "iptables network filtering tools"
+SECTION = "console/utils"
+LICENSE = "GPL"
+
+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 BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} NO_SHARED_LIBS=1
+}
+
+do_install () {
+ oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} install NO_SHARED_LIBS=1
+}
+
+FILES_${PN}-doc += "${mandir}"
+