diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template index 5f97082a8e2..9125838d53a 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. "