blob: ada6c3c9b35bfdb8c86c781fc65963bf844f1335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEPENDS = "ncurses openssl"
DESCRIPTION = "Ettercap is a network sniffer/interceptor/logger \
for ethernet LANs. It supports active and passive dissection of \
many protocols (even ciphered ones, like SSH and HTTPS)."
SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-${PV}.tar.gz \
file://configure.patch;patch=1"
inherit autotools
EXTRA_OECONF = "--disable-gtk \
--with-openssl=${STAGING_LIBDIR}/.."
|