nmap: rebuild for lua53

This commit is contained in:
q66 2020-06-30 23:28:14 +02:00
parent 31e831df52
commit 55b71639ab

View file

@ -1,11 +1,11 @@
# Template file for 'nmap' # Template file for 'nmap'
pkgname=nmap pkgname=nmap
version=7.80 version=7.80
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)" configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
hostmakedepends="python" hostmakedepends="python"
makedepends="libpcap-devel libressl-devel pcre-devel $(vopt_if lua lua-devel)" makedepends="libpcap-devel libressl-devel pcre-devel $(vopt_if lua lua53-devel)"
short_desc="Utility for network discovery and security auditing" short_desc="Utility for network discovery and security auditing"
maintainer="Piraty <piraty1@inbox.ru>" maintainer="Piraty <piraty1@inbox.ru>"
license="custom:nmap" license="custom:nmap"