Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / tcptrack / tcptrack_1.1.2.oe
1 SECTION = "console/network"
2 DESCRIPTION = "tcptrack is a packet sniffer, which passively watches for \
3 connections on a specified network interface, tracks their states, and lists \
4 them in a manner similar to the Unix 'top' command."
5 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
6 LICENSE = "LGPL"
7 DEPENDS = "ncurses libpcap"
8
9 SRC_URI = "http://www.rhythm.cx/~steve/devel/tcptrack/release/${PV}/source/tcptrack-${PV}.tar.gz \
10            file://macros.patch;patch=1"
11 S = "${WORKDIR}/tcptrack-${PV}"
12
13 inherit autotools