From: Michael Lauer Date: Sun, 17 Jul 2005 16:36:42 +0000 (+0000) Subject: add tcpdump 3.9.3 X-Git-Tag: Release-2010-05/1~9453^2~4144^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e880a4b5922eba84611fede85ff5ef2dbe50eb4b;p=openembedded.git add tcpdump 3.9.3 --- 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 +} +