mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/aircrack-ng to 1.2-3
This commit is contained in:
parent
b922d496d9
commit
a8306091af
1 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgname=aircrack-ng
|
||||
_pkgver=1.2
|
||||
pkgver=${_pkgver//-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
|
||||
arch=('x86_64')
|
||||
url="https://www.aircrack-ng.org"
|
||||
|
@ -45,8 +45,7 @@ package() {
|
|||
cd $pkgname-$_pkgver
|
||||
|
||||
make DESTDIR="$pkgdir" sqlite=true experimental=true \
|
||||
bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
|
||||
smandir=/usr/share/man/man8 pkglibexecdir=/usr/lib/aircrack-ng install
|
||||
sbindir=/usr/bin install
|
||||
}
|
||||
md5sums=('bb11ec14e1fe505d8d0d51cee0c54df9'
|
||||
'061f085f09de3da97521d7a98b1ddfe3')
|
||||
|
|
Loading…
Reference in a new issue