From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/asleap/asleap_2.1.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes/asleap/asleap_2.1.bb (limited to 'recipes/asleap/asleap_2.1.bb') diff --git a/recipes/asleap/asleap_2.1.bb b/recipes/asleap/asleap_2.1.bb new file mode 100644 index 0000000000..f7848d1449 --- /dev/null +++ b/recipes/asleap/asleap_2.1.bb @@ -0,0 +1,27 @@ +SECTION = "console/network" +DESCRIPTION = "Proof of concept Cisco Leap Cracker" +HOMEPAGE = "http://asleap.sourceforge.net - outdated" +LICENSE = "GPLv2" +DEPENDS = "libpcap openssl" + +SRC_URI = "http://802.11ninja.net/~jwright/code/${PN}-${PV}.tgz \ + file://if.h.patch;patch=1 \ + " + +S = "${WORKDIR}/${PN}-${PV}" + +CFLAGS_append = " -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ + -D_OPENSSL_MD4 -L${STAGING_LIBDIR}" + +do_install() { + install -d ${D}/${sbindir} + install -m 0755 asleap ${D}/${sbindir} + install -d ${D}/${bindir} + install -m 0755 genkeys ${D}/${bindir} +} + +# +# Maintainer's note: I am currently not including the test dump file or the +# scripts directory due to size constraints and the fact that it seems +# pointless. If someone requests it, I might add it as a seperate package. +# -- cgit 1.2.3-korg