# Contributor: ice-man <icemanf@gmail.com>
pkgname=aircrack-ng
pkgver=1.2-rc5
pkgrel="1" 
pkgdesc="aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover this keys once enough encrypted packets have been captured."
source=(http://download.aircrack-ng.org/$pkgname-$pkgver.tar.gz)
url="https://www.aircrack-ng.org"
license="GPL"

build() {
      cd $startdir/src/$pkgname-$pkgver
      autoreconf -i
      ./configure --with-ext-scripts
      make
      make prefix=/usr docdir="/usr/share/doc/$pkgname-$pkgver" destdir="$startdir/pkg/" install
}
