mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
aircrack-ng: update to 1.6
This commit is contained in:
parent
8b8799d76b
commit
c48f73c63c
1 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aircrack-ng'
|
# Template file for 'aircrack-ng'
|
||||||
pkgname=aircrack-ng
|
pkgname=aircrack-ng
|
||||||
version=1.5.2
|
version=1.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libnl3-devel libressl-devel sqlite-devel zlib-devel"
|
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/"
|
homepage="https://www.aircrack-ng.org/"
|
||||||
changelog="https://www.aircrack-ng.org/doku.php?id=changelog"
|
changelog="https://www.aircrack-ng.org/doku.php?id=changelog"
|
||||||
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9e592fe7658046220e0ac0a6d05c4026903f3077b248893e0056ccbe4ee88241
|
checksum=4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# does runtime detection, this actually breaks build
|
# does runtime detection, this actually breaks build
|
||||||
CFLAGS=${CFLAGS/-mno-altivec/}
|
CFLAGS=${CFLAGS/-mno-altivec/}
|
||||||
CXXFLAGS=${CXXFLAGS/-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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue