aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tcpdump
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-17 16:36:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-17 16:36:42 +0000
commite880a4b5922eba84611fede85ff5ef2dbe50eb4b (patch)
tree73078235d19956eeb06bb1bc0d06c0b45d06d013 /packages/tcpdump
parentee74f054509bccaae6b2e3014afa12d965080d13 (diff)
downloadopenembedded-e880a4b5922eba84611fede85ff5ef2dbe50eb4b.tar.gz
add tcpdump 3.9.3
Diffstat (limited to 'packages/tcpdump')
-rw-r--r--packages/tcpdump/tcpdump_3.9.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/tcpdump/tcpdump_3.9.3.bb b/packages/tcpdump/tcpdump_3.9.3.bb
new file mode 100644
index 0000000000..d3422539ce
--- /dev/null
+++ b/packages/tcpdump/tcpdump_3.9.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A sophisticated network protocol analyzer"
+HOMEPAGE = "http://www.tcpdump.org/"
+LICENSE = "BSD"
+SECTION = "console/network"
+PRIORITY = "optional"
+DEPENDS = "libpcap-0.9.3 openssl"
+PR = "r0"
+
+SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
+
+inherit autotools
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+