milis/talimatname/genel/a/aircrack-ng-beta/talimat

20 lines
560 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: 802.11 WEP ve WPA-PSK protokolleri için key cracker.
# URL: http://www.aircrack-ng.org/
# Paketçi: yakar(aydin@komutan.org)
# Gerekler: sqlite iw net-tools wireless-tools
# Grup: güvenlik
isim=aircrack-ng-beta
surum=1.2
devir=1
kaynak=(http://download.aircrack-ng.org/aircrack-ng-$surum-beta3.tar.gz)
derle() {
cd "$SRC/aircrack-ng-$surum-beta3"
make SQLITE=true UNSTABLE=true
cd "$SRC/aircrack-ng-$surum-beta3"
make DESTDIR="$PKG" SQLITE=true UNSTABLE=true \
bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1 install
}