22 lines
660 B
Bash
22 lines
660 B
Bash
# Template file for 'aircrack-ng'
|
|
pkgname=aircrack-ng
|
|
version=1.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libnl3-devel libressl-devel sqlite-devel zlib-devel"
|
|
short_desc="Complete suite of tools to assess WiFi network security"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later, BSD-3-Clause, OpenSSL"
|
|
homepage="http://www.aircrack-ng.org/"
|
|
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
|
checksum=8ae08a7c28741f6ace2769267112053366550e7f746477081188ad38410383ca
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.OpenSSL
|
|
}
|