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

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

inherit autotools 

do_configure() {
	oe_runconf
}