aircrack-ng: New port.
This commit is contained in:
parent
06cbd2aa49
commit
f47f8cf95c
37
aircrack-ng/.footprint
Normal file
37
aircrack-ng/.footprint
Normal file
@ -0,0 +1,37 @@
|
||||
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/buddy-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/aircrack-ng.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/airdecap-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/airolib-ng.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/airsev-ng.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/airtun-ng.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/buddy-ng.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/easside-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
|
||||
-rw-r--r-- root/root usr/man/man1/wesside-ng.1.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-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/airserv-ng
|
||||
-rwxr-xr-x root/root usr/sbin/airtun-ng
|
||||
-rwxr-xr-x root/root usr/sbin/easside-ng
|
||||
-rwxr-xr-x root/root usr/sbin/patchchk
|
||||
-rwxr-xr-x root/root usr/sbin/wesside-ng
|
1
aircrack-ng/.md5sum
Normal file
1
aircrack-ng/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
66017aad4f23153419fdb04c83e65aaf aircrack-ng-1.0-beta2.tar.gz
|
19
aircrack-ng/Pkgfile
Normal file
19
aircrack-ng/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: Aircrack next generation
|
||||
# URL: http://www.aircrack-ng.org/
|
||||
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||
# Packager: Mattias Hedenskog, mattias at hedenskog dot se
|
||||
# Depends on:
|
||||
|
||||
name=aircrack-ng
|
||||
version=1.0-beta2
|
||||
release=1
|
||||
source=(http://download.aircrack-ng.org/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make \
|
||||
prefix=/usr \
|
||||
SQLITE=false \
|
||||
REVISION=0 \
|
||||
DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user