aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tcptraceroute/tcptraceroute_1.5beta6.bb')
-rw-r--r--recipes/tcptraceroute/tcptraceroute_1.5beta6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb b/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb
new file mode 100644
index 0000000000..29b7830a26
--- /dev/null
+++ b/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb
@@ -0,0 +1,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