@@ -17,6 +17,14 @@ homepage="https://nmap.org"
|
|||||||
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||||
checksum=a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21
|
checksum=a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
# Disable zenmap tests
|
||||||
|
# https://github.com/nmap/nmap/issues/662
|
||||||
|
# https://github.com/nmap/nmap/issues/666
|
||||||
|
# https://github.com/nmap/nmap/issues/85
|
||||||
|
sed -i 's|check-zenmap ||g' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# do not use bundled certificates, use only system ones
|
# do not use bundled certificates, use only system ones
|
||||||
rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt
|
rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt
|
||||||
|
|||||||
Reference in New Issue
Block a user