summaryrefslogtreecommitdiff
path: root/packages/aircrack/aircrack-ng_0.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aircrack/aircrack-ng_0.9.3.bb')
-rw-r--r--packages/aircrack/aircrack-ng_0.9.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/aircrack/aircrack-ng_0.9.3.bb b/packages/aircrack/aircrack-ng_0.9.3.bb
deleted file mode 100644
index 1452a64bc1..0000000000
--- a/packages/aircrack/aircrack-ng_0.9.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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 = "r0"
-
-SRC_URI = "http://download.aircrack-ng.org/aircrack-ng-${PV}.tar.gz"
-
-SBINFILES = "airodump-ng aireplay-ng airmon-ng airtun-ng"
-BINFILES = "aircrack-ng airdecap-ng packetforge-ng ivstools kstats makeivs"
-
-do_install() {
- install -d ${D}/${sbindir}
- for i in ${SBINFILES}; do
- install -m 0755 $i ${D}/${sbindir}
- done
-
- install -d ${D}/${bindir}
- for i in ${BINFILES}; do
- install -m 0755 $i ${D}/${bindir}
- done
-}