From 1b9486446c85543c2a90469122ed79c98e6af9f0 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz <hrw@openembedded.org> Date: Sat, 20 Nov 2004 01:21:42 +0000 Subject: 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 --- iptables/iptables_1.2.11.oe | 22 ++++++++++++++++++++++ iptables/iptables_1.2.9.oe | 1 + 2 files changed, 23 insertions(+) (limited to 'iptables') 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}" + diff --git a/iptables/iptables_1.2.9.oe b/iptables/iptables_1.2.9.oe index 9f1ae7c909..4a64812acf 100644 --- a/iptables/iptables_1.2.9.oe +++ b/iptables/iptables_1.2.9.oe @@ -1,5 +1,6 @@ SECTION = "console/network" DESCRIPTION = "iptables network filtering tools" +LICENSE = "GPL" SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2" -- cgit v1.2.3