add tcpdump 3.9.3
authorMichael Lauer <mickey@vanille-media.de>
Sun, 17 Jul 2005 16:36:42 +0000 (16:36 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 17 Jul 2005 16:36:42 +0000 (16:36 +0000)
packages/tcpdump/tcpdump_3.9.3.bb [new file with mode: 0644]

diff --git a/packages/tcpdump/tcpdump_3.9.3.bb b/packages/tcpdump/tcpdump_3.9.3.bb
new file mode 100644 (file)
index 0000000..d342253
--- /dev/null
@@ -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
+}
+