From 8f22b8f28eb3b57a7687328449c93cf8283d6c2d Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 21 Sep 2014 20:08:59 +0300 Subject: [PATCH] aircrack-ng: add 1.2-beta3 --- recipes/aircrack/aircrack-ng_1.2-beta3.bb | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes/aircrack/aircrack-ng_1.2-beta3.bb diff --git a/recipes/aircrack/aircrack-ng_1.2-beta3.bb b/recipes/aircrack/aircrack-ng_1.2-beta3.bb new file mode 100644 index 0000000000..c66f079f10 --- /dev/null +++ b/recipes/aircrack/aircrack-ng_1.2-beta3.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Aircrack-ng is a set of tools for wep key statistical cracking" +HOMEPAGE = "http://www.aircrack-ng.org/" +SECTION = "console/network" +LICENSE = "GPLv2" +PR = "r1" + +SRC_URI = "http://download.aircrack-ng.org/aircrack-ng-${PV}.tar.gz" + +SBINFILES = "airodump-ng aireplay-ng airtun-ng \ + airserv-ng airbase-ng besside-ng" +BINFILES = "aircrack-ng airdecap-ng packetforge-ng ivstools \ + kstats makeivs-ng airdecloak-ng wpaclean" + +do_install() { + install -d ${D}/${sbindir} + for i in ${SBINFILES}; do + install -m 0755 src/$i ${D}/${sbindir} + done + install -m 0755 scripts/airmon-ng ${D}/${sbindir} + + install -d ${D}/${bindir} + for i in ${BINFILES}; do + install -m 0755 src/$i ${D}/${bindir} + done +} + +RDEPENDS_${PN} = "iw" + +SRC_URI[md5sum] = "ec5492e65ce7e98c6812e84b1d18d811" +SRC_URI[sha256sum] = "2d22ae13360d466ffff1699cb1300ce5f807ffe9762314bb60ee49d9d2efe98d" -- 2.39.5