blob: 3c86d5e90e1981dde061c5769e74f70711d00860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "console/network"
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}/.."
|