aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/traceproto/traceproto_1.1.0.bb
blob: e9a1ebe6e4590b42eeb26bdaeb82c7379002d9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Traceproto is a traceroute replacement that allows the user \
to specify the protocol and port to trace to. It currently supports TCP, UDP, and ICMP traces."
DEPENDS = "libpcap"
SECTION = "console/network"
LICENSE = "GPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/traceproto/traceproto-${PV}.tar.gz"

inherit autotools

do_configure() {
	oe_runconf
}