summaryrefslogtreecommitdiff
path: root/tcpdump/tcpdump_3.8.1.oe
blob: 5559c1dde600896a2efb5914faa40fc92622186c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/${P}.tar.gz

inherit autotools libtool

do_configure() {
	oe_runconf
}