CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
aircrack-ng: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Mon, 21 Dec 2009 14:48:21 +0000 (14:48 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 21 Dec 2009 14:48:21 +0000 (14:48 +0000)
aircrack-ng/.footprint [new file with mode: 0644]
aircrack-ng/.md5sum [new file with mode: 0644]
aircrack-ng/Pkgfile [new file with mode: 0644]
aircrack-ng/README [new file with mode: 0644]

diff --git a/aircrack-ng/.footprint b/aircrack-ng/.footprint
new file mode 100644 (file)
index 0000000..c65c0be
--- /dev/null
@@ -0,0 +1,34 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/aircrack-ng
+-rwxr-xr-x     root/root       usr/bin/airdecap-ng
+-rwxr-xr-x     root/root       usr/bin/airdecloak-ng
+-rwxr-xr-x     root/root       usr/bin/ivstools
+-rwxr-xr-x     root/root       usr/bin/kstats
+-rwxr-xr-x     root/root       usr/bin/makeivs-ng
+-rwxr-xr-x     root/root       usr/bin/packetforge-ng
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/airbase-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/aircrack-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airdecap-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airdecloak-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airdriver-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/aireplay-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airmon-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airodump-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airserv-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/airtun-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/ivstools.1.gz
+-rw-r--r--     root/root       usr/man/man1/kstats.1.gz
+-rw-r--r--     root/root       usr/man/man1/makeivs-ng.1.gz
+-rw-r--r--     root/root       usr/man/man1/packetforge-ng.1.gz
+drwxr-xr-x     root/root       usr/sbin/
+-rwxr-xr-x     root/root       usr/sbin/airbase-ng
+-rwxr-xr-x     root/root       usr/sbin/airdriver-ng
+-rwxr-xr-x     root/root       usr/sbin/aireplay-ng
+-rwxr-xr-x     root/root       usr/sbin/airmon-ng
+-rwxr-xr-x     root/root       usr/sbin/airodump-ng
+-rwxr-xr-x     root/root       usr/sbin/airodump-ng-oui-update
+-rwxr-xr-x     root/root       usr/sbin/airserv-ng
+-rwxr-xr-x     root/root       usr/sbin/airtun-ng
diff --git a/aircrack-ng/.md5sum b/aircrack-ng/.md5sum
new file mode 100644 (file)
index 0000000..4a27b2b
--- /dev/null
@@ -0,0 +1 @@
+dafbfaf944ca9d523fde4bae86f0c067  aircrack-ng-1.0.tar.gz
diff --git a/aircrack-ng/Pkgfile b/aircrack-ng/Pkgfile
new file mode 100644 (file)
index 0000000..c596daf
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: Aircrack next generation
+# URL: http://www.aircrack-ng.org/
+# Packager: Mattias Hedenskog, mattias at hedenskog dot se
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: libpcap
+# Nice to have: iw
+
+name=aircrack-ng
+version=1.0
+release=1
+source=(http://download.aircrack-ng.org/$name-$version.tar.gz)
+
+build() {
+  cd $name-$version
+  make CC="$CC" CFLAGS="-D_REVISION=\"$version\" $CFLAGS" \
+       AR="$AR" RANLIB="$RANLIB" \
+       SQLITE=false REVISION="$version" \
+       prefix=/usr DESTDIR=$PKG install
+}
diff --git a/aircrack-ng/README b/aircrack-ng/README
new file mode 100644 (file)
index 0000000..c7cd20d
--- /dev/null
@@ -0,0 +1,10 @@
+
+README for aircrack-ng
+
+
+POST-INSTALL
+
+1. The airmon-ng tool included in aircrack-ng requires 'iw' to be installed.
+   Otherwise they will just abort with an error saying:
+     ERROR: Neither the sysfs interface links nor the iw command is available.
+     Please download and install iw from http://dl.aircrack-ng.org/iw.tar.bz2