new package: aircrack-ng
This commit is contained in:
parent
0c90c1ceb8
commit
1759a3e5bf
|
@ -0,0 +1,20 @@
|
|||
# Template build file for 'aircrack-ng'
|
||||
_aircrack_ver=1.2
|
||||
_aircrack_beta=beta2
|
||||
|
||||
pkgname=aircrack-ng
|
||||
version="${_aircrack_ver}-${_aircrack_beta}"
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
|
||||
homepage="http://www.aircrack-ng.org/"
|
||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||
license="GPL-2"
|
||||
distfiles="http://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
||||
checksum="ef7181f15462767249fde88219a503f27a7aee6f98b38e7e7d33a7b32880fbde"
|
||||
|
||||
makedepends="openssl-devel sqlite-devel"
|
||||
|
||||
do_build() {
|
||||
make sqlite=true
|
||||
}
|
Loading…
Reference in New Issue