increase dvbapp PR.
[vuplus_openembedded] / recipes / 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 LICENSE = "LGPL"
6 DEPENDS = "ncurses libpcap"
7
8 SRC_URI = "http://www.rhythm.cx/~steve/devel/tcptrack/release/${PV}/source/tcptrack-${PV}.tar.gz \
9            file://macros.patch;patch=1"
10 S = "${WORKDIR}/tcptrack-${PV}"
11
12 inherit autotools