aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptstate/iptstate.inc
blob: df47555e7f5e7b7bf9ee7c5342f1f72848c99b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 libnetfilter-conntrack"
INC_PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/iptstate/iptstate-${PV}.tar.bz2"

do_install () {
	oe_runmake install SBIN=${D}/${sbindir} MAN=${D}/${mandir}
}