From c48f73c63cd8b79767ee241a62fe3c56f6688bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 22 Mar 2020 17:34:05 +0100 Subject: [PATCH] aircrack-ng: update to 1.6 --- srcpkgs/aircrack-ng/template | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template index 0a1859d1896..a544f6f7c26 100644 --- a/srcpkgs/aircrack-ng/template +++ b/srcpkgs/aircrack-ng/template @@ -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() {