summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/kdepimpi/kdepimpi_2.0.2.bb (renamed from packages/kdepimpi/kdepimpi_2.0.1.bb)0
-rw-r--r--packages/thcrut/thcrut_1.2.5.bb15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/kdepimpi/kdepimpi_2.0.1.bb b/packages/kdepimpi/kdepimpi_2.0.2.bb
index e69de29bb2..e69de29bb2 100644
--- a/packages/kdepimpi/kdepimpi_2.0.1.bb
+++ b/packages/kdepimpi/kdepimpi_2.0.2.bb
diff --git a/packages/thcrut/thcrut_1.2.5.bb b/packages/thcrut/thcrut_1.2.5.bb
index e69de29bb2..f8b9676069 100644
--- a/packages/thcrut/thcrut_1.2.5.bb
+++ b/packages/thcrut/thcrut_1.2.5.bb
@@ -0,0 +1,15 @@
+SECTION = "console/network"
+DEPENDS = "openssl libnet"
+HOMEPAGE = "http://www.thc.org
+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}/.."
+