]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tcptrack/tcptrack_1.1.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tcptrack / tcptrack_1.1.2.bb
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