aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb
blob: 29b7830a26835cc6c65cf5d05d75e5e7015f6aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "console/network"
DESCRIPTION = "A traceroute implementation that uses TCP packets. This \
allows it to bypass a lot of firewalls that block the traditional ping \
and traceroute packets."
HOMEPAGE = "http://michael.toren.net/code/tcptraceroute/"
LICENSE = "GPL"
PRIORITY = "optional"
DEPENDS = "libnet-1.1"
PR = "r0"

SRC_URI = "http://michael.toren.net/code/tcptraceroute/tcptraceroute-${PV}.tar.gz \
	   file://configure.ac.patch;patch=1"

inherit autotools