aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking/traceproto/traceproto_1.1.0.bb
blob: 0e4c93f77064579cdcdc22bdf206a94a635fb332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
MAINTAINER = "Michael 'Mickey' Lauer"
LICENSE = "GPL"

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

inherit autotools

do_configure() {
	oe_runconf
}