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

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

inherit autotools 

do_configure() {
	gnu-configize
	oe_runconf
}