aboutsummaryrefslogtreecommitdiffstats
path: root/tcpdump/tcpdump_3.8.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tcpdump/tcpdump_3.8.3.oe')
-rw-r--r--tcpdump/tcpdump_3.8.3.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe
index e69de29bb2..2adeec5ef2 100644
--- a/tcpdump/tcpdump_3.8.3.oe
+++ b/tcpdump/tcpdump_3.8.3.oe
@@ -0,0 +1,13 @@
+DESCRIPTION = "A sophisticated network protocol dumper"
+SECTION = "base"
+PRIORITY = "optional"
+DEPENDS = "libpcap-0.8.1"
+
+SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
+
+inherit autotools
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}