rename packages/ to recipes/ per earlier agreement
[vuplus_openembedded] / recipes / tcptraceroute / tcptraceroute_1.5beta6.bb
diff --git a/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb b/recipes/tcptraceroute/tcptraceroute_1.5beta6.bb
new file mode 100644 (file)
index 0000000..29b7830
--- /dev/null
@@ -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