aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/thc/thcrut_1.2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/thc/thcrut_1.2.5.bb')
-rw-r--r--recipes/thc/thcrut_1.2.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/thc/thcrut_1.2.5.bb b/recipes/thc/thcrut_1.2.5.bb
new file mode 100644
index 0000000000..f4e2b5bd7c
--- /dev/null
+++ b/recipes/thc/thcrut_1.2.5.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "RUT (aRe-yoU-There) RUT gathers informations from local and remote networks"
+SECTION = "console/network"
+DEPENDS = "libpcre openssl libnet libpcap"
+HOMEPAGE = "http://thc.org/thc-rut/"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "http://packetstorm.linuxsecurity.com/groups/thc/thcrut-1.2.5.tar.gz \
+ file://configure_in.patch;patch=1;pnum=0"
+
+S = "${WORKDIR}/thcrut-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.."
+