[oe-commits] org.oe.dev iptstate: Add iptstate, which is a top-like interface to the

lenehan commit openembedded-commits at lists.openembedded.org
Sat Apr 21 03:08:44 UTC 2007


iptstate: Add iptstate, which is a top-like interface to the
netfilter connection-tracking table.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 6ab68f8324d7bdafbd7a46144ff9248bd23e9723
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6ab68f8324d7bdafbd7a46144ff9248bd23e9723
Files:
1
packages/iptstate
packages/iptstate/iptstate_2.2.1.bb
Diffs:

#
# mt diff -r647c56ef464ca85b1fee9aac03d6b155ee0b1a12 -r6ab68f8324d7bdafbd7a46144ff9248bd23e9723
#
# 
# 
# add_dir "packages/iptstate"
# 
# add_file "packages/iptstate/iptstate_2.2.1.bb"
#  content [26bec23c06c4d085c2653640f238d9bf9210c548]
# 
============================================================
--- packages/iptstate/iptstate_2.2.1.bb	26bec23c06c4d085c2653640f238d9bf9210c548
+++ packages/iptstate/iptstate_2.2.1.bb	26bec23c06c4d085c2653640f238d9bf9210c548
@@ -0,0 +1,19 @@
+DESCRIPTION = "IPTState is a top-like interface to your netfilter connection-tracking table."
+HOMEPAGE = "http://www.phildev.net/iptstate/"
+SECTION = "console/network"
+LICENSE = "zlib"
+DEPENDS = "ncurses"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/iptstate/iptstate-${PV}.tar.bz2"
+
+#
+# Make it use it's old style proc interface - these should be removed
+# once libnetfilter_conntrack and libnfnetlink are added to OE.
+#
+CPPFLAGS += " -DIPTSTATE_USE_PROC -L${STAGING_LIBDIR}"
+export LIBS = "-lncurses"
+
+do_install () {
+	oe_runmake install SBIN=${D}/${sbindir} MAN=${D}/${mandir}
+}






More information about the Openembedded-commits mailing list