zmap: fix dependencies

The libraries are runtime dependencies.
This commit is contained in:
Henrik Grimler 2022-12-27 08:02:46 +01:00
parent e6590ef557
commit fbcdda4723
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="A fast single packet network scanner designed for Intern
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.0.0-beta1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/zmap/zmap/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c97c452930ad6af95ad9ad79e66fea742f904b8e102c185f1001822cc5b5ceb3
TERMUX_PKG_BUILD_DEPENDS="json-c, libgmp, gengetopt, libpcap, libunistring"
TERMUX_PKG_DEPENDS="json-c, libgmp, libpcap, libunistring"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DRESPECT_INSTALL_PREFIX_CONFIG=ON
"