aboutsummaryrefslogtreecommitdiffstats
path: root/tcpdump/tcpdump_3.8.1.oe
blob: a3e521bffa750d9e3b5abee5deb62609ae335467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A sophisticated network protocol dumper"
SECTION = "base"
PRIORITY = "optional"
RDEPENDS = "libc6 libpcap (0.8.1)"
DEPENDS = "virtual/libc base/libpcap-0.8.1"

SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"

inherit autotools libtool

do_configure() {
	oe_runconf
}