summaryrefslogtreecommitdiff
path: root/tcptrack
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-17 06:53:55 +0000
committerChris Larson <clarson@kergoth.com>2004-06-17 06:53:55 +0000
commite80241b74f079d0cff1a5bfe29de2946ed777ebb (patch)
tree14b63d81181120050a62b234898baeed47d7bfe3 /tcptrack
parent552bd72789c8372c66cfc568ac07440eee967971 (diff)
Add ncurses and libpcap to tcptrack depends.
BKrev: 40d14003RZc0IlksYrBz89repynA1Q
Diffstat (limited to 'tcptrack')
-rw-r--r--tcptrack/tcptrack_1.1.2.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcptrack/tcptrack_1.1.2.oe b/tcptrack/tcptrack_1.1.2.oe
index e69de29bb2..c76f5d4222 100644
--- a/tcptrack/tcptrack_1.1.2.oe
+++ b/tcptrack/tcptrack_1.1.2.oe
@@ -0,0 +1,12 @@
+DESCRIPTION = "tcptrack is a packet sniffer, which passively watches for \
+connections on a specified network interface, tracks their states, and lists \
+them in a manner similar to the Unix 'top' command."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+LICENSE = "LGPL"
+DEPENDS = "ncurses libpcap"
+
+SRC_URI = "http://www.rhythm.cx/~steve/devel/tcptrack/release/${PV}/source/tcptrack-${PV}.tar.gz \
+ file://macros.patch;patch=1"
+S = "${WORKDIR}/tcptrack-${PV}"
+
+inherit autotools