2019-08-27 20:42:37 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.ettercap-project.org
|
|
|
|
TERMUX_PKG_DESCRIPTION="Comprehensive suite for MITM attacks, can sniff live connections, do content filtering on the fly and much more"
|
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2021-03-01 22:13:50 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2020-08-16 19:23:22 +02:00
|
|
|
TERMUX_PKG_VERSION=0.8.3.1
|
2022-03-01 16:55:57 +01:00
|
|
|
TERMUX_PKG_REVISION=6
|
2019-08-27 20:42:37 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/Ettercap/ettercap/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2020-08-16 19:23:22 +02:00
|
|
|
TERMUX_PKG_SHA256=d0c3ef88dfc284b61d3d5b64d946c1160fd04276b448519c1ae4438a9cdffaf3
|
2019-08-27 20:42:37 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libpcap, openssl, zlib, curl, pcre, ncurses, libiconv, libnet, libltdl, ethtool"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
|
|
-DENABLE_GTK=off
|
|
|
|
-DENABLE_GEOIP=off
|
|
|
|
"
|