aircrack-ng: update to 1.6
This commit is contained in:
parent
8b8799d76b
commit
c48f73c63c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'aircrack-ng'
|
||||
pkgname=aircrack-ng
|
||||
version=1.5.2
|
||||
revision=2
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libnl3-devel libressl-devel sqlite-devel zlib-devel"
|
||||
|
@ -11,14 +11,20 @@ license="GPL-2.0-or-later, BSD-3-Clause, OpenSSL"
|
|||
homepage="https://www.aircrack-ng.org/"
|
||||
changelog="https://www.aircrack-ng.org/doku.php?id=changelog"
|
||||
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
||||
checksum=9e592fe7658046220e0ac0a6d05c4026903f3077b248893e0056ccbe4ee88241
|
||||
checksum=4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247
|
||||
|
||||
pre_configure() {
|
||||
# does runtime detection, this actually breaks build
|
||||
CFLAGS=${CFLAGS/-mno-altivec/}
|
||||
CXXFLAGS=${CXXFLAGS/-mno-altivec/}
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
ACLOCAL=/usr/bin/aclocal \
|
||||
AUTOCONF=/usr/bin/autoconf \
|
||||
AUTOHEADER=/usr/bin/autoheader \
|
||||
AUTOMAKE=/usr/bin/automake \
|
||||
LIBTOOLIZE=/usr/bin/libtoolize \
|
||||
NOCONFIGURE=1 \
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue