diff options
Diffstat (limited to 'packages/thc')
-rw-r--r-- | packages/thc/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/thc/hydra_4.4.bb | 26 | ||||
-rw-r--r-- | packages/thc/thcrut-1.2.5/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/thc/thcrut-1.2.5/configure_in.patch | 11 | ||||
-rwxr-xr-x[-rw-r--r--] | packages/thc/thcrut_1.2.5.bb | 0 |
5 files changed, 37 insertions, 0 deletions
diff --git a/packages/thc/.mtn2git_empty b/packages/thc/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/thc/.mtn2git_empty diff --git a/packages/thc/hydra_4.4.bb b/packages/thc/hydra_4.4.bb index e69de29bb2..dacb5ada8d 100644 --- a/packages/thc/hydra_4.4.bb +++ b/packages/thc/hydra_4.4.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "A very fast network logon cracker which support many different services" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +SECTION = "console/network" +DEPENDS = "openssl" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://thc.org/releases/hydra-${PV}-src.tar.gz" +S = "${WORKDIR}/hydra-${PV}-src" + +inherit autotools + +do_configure() { + echo "Now that's a sucky build system..." + cp -f Makefile.am Makefile +} + +BINARIES = "pw-inspector hydra" + +do_install() { + install -d ${D}${bindir} + for f in ${BINARIES} + do + install -m 0755 $f ${D}${bindir} + done +} diff --git a/packages/thc/thcrut-1.2.5/.mtn2git_empty b/packages/thc/thcrut-1.2.5/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/thc/thcrut-1.2.5/.mtn2git_empty diff --git a/packages/thc/thcrut-1.2.5/configure_in.patch b/packages/thc/thcrut-1.2.5/configure_in.patch index e69de29bb2..d85681555c 100644 --- a/packages/thc/thcrut-1.2.5/configure_in.patch +++ b/packages/thc/thcrut-1.2.5/configure_in.patch @@ -0,0 +1,11 @@ +--- configure.in 2005-02-02 11:05:04.000000000 -0500 ++++ configure.in.new 2005-02-02 11:41:23.000000000 -0500 +@@ -37,7 +37,7 @@ + trydir_l="${trydir_l} /usr/local/lib" + fi + +-trydir_i="${trydir_i} ${prefix}/include/pcap ${prefix}/include/pcre /usr/include/pcre /usr/include/pcap" ++trydir_i="${prefix}/include/pcap ${prefix}/include/pcre /usr/include/pcre /usr/include/pcap" + AC_ARG_WITH(includes, + [ --with-includes=DIR Space-seperated list of include directories], + [ diff --git a/packages/thc/thcrut_1.2.5.bb b/packages/thc/thcrut_1.2.5.bb index 57e91d3417..57e91d3417 100644..100755 --- a/packages/thc/thcrut_1.2.5.bb +++ b/packages/thc/thcrut_1.2.5.bb |