summaryrefslogtreecommitdiffstats
path: root/recipes/iptstate/iptstate.inc
blob: 233526f48d6469e3fab8fa687f64c4e09dba3233 (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;name=iptstate-${PV}"

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