summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/traceproto/traceproto_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/traceproto/traceproto_1.1.0.bb')
-rw-r--r--recipes/nonworking/traceproto/traceproto_1.1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/nonworking/traceproto/traceproto_1.1.0.bb b/recipes/nonworking/traceproto/traceproto_1.1.0.bb
new file mode 100644
index 0000000000..e9a1ebe6e4
--- /dev/null
+++ b/recipes/nonworking/traceproto/traceproto_1.1.0.bb
@@ -0,0 +1,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
+}
+