aboutsummaryrefslogtreecommitdiffstats
path: root/tcpdump/tcpdump_3.8.3.oe
blob: f0274b4e863913a941785c0c66980de7f9cd2a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A sophisticated network protocol dumper"
HOMEPAGE = "http://www.tcpdump.org/"
LICENSE = "BSD"
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "libpcap-0.8.3"
PR = "r1"

SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
           file://fix-paths.patch;patch=1"

inherit autotools 

do_configure() {
	gnu-configize
	oe_runconf
}