From 13a64aa4561b6d7feda6b73d48213b845a7d51a3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Feb 2015 10:15:34 +0100 Subject: [PATCH] aircrack-ng: add netlink support. --- srcpkgs/aircrack-ng/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template index 5f97082a8e..9125838d53 100644 --- a/srcpkgs/aircrack-ng/template +++ b/srcpkgs/aircrack-ng/template @@ -5,11 +5,12 @@ _aircrack_rc=rc1 pkgname=aircrack-ng version="${_aircrack_ver}${_aircrack_rc}" wrksrc="${pkgname}-${_aircrack_ver}-${_aircrack_rc}" -revision=3 +revision=4 build_style=gnu-makefile -make_build_args="sqlite=true libnl=false" -make_install_args="prefix=/usr sqlite=true libnl=false" -makedepends="zlib-devel libressl-devel sqlite-devel" +make_build_args="sqlite=true libnl=true" +make_install_args="prefix=/usr sqlite=true libnl=true" +hostmakedepends="pkg-config" +makedepends="zlib-devel libressl-devel sqlite-devel libnl3-devel" short_desc="A key cracker for the 802.11 WEP and WPA-PSK protocols" homepage="http://www.aircrack-ng.org/" maintainer="Jan S. "