ipkg-utils: convert mtime to int before comparing it
[openembedded.git] / recipes / iptstate / iptstate.inc
1 DESCRIPTION = "IPTState is a top-like interface to your netfilter connection-tracking table."
2 HOMEPAGE = "http://www.phildev.net/iptstate/"
3 SECTION = "console/network"
4 LICENSE = "zlib"
5 DEPENDS = "ncurses libnetfilter-conntrack"
6 INC_PR = "r1"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/iptstate/iptstate-${PV}.tar.bz2;name=iptstate-${PV}"
9
10 do_install () {
11         oe_runmake install SBIN=${D}/${sbindir} MAN=${D}/${mandir}
12 }