summaryrefslogtreecommitdiff
path: root/tcpdump/tcpdump_3.8.1.oe
blob: 8a3a35a0ef04084822c7a87b0b79d61d1fdf250d (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 libtool

do_configure() {
	oe_runconf
}