blob: a70aed74ed3d0619680da644eb58550b3b59f7d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEPENDS = "ncurses openssl"
RDEPENDS = "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://${FILESDIR}/configure.patch;patch=1
inherit autotools
EXTRA_OECONF='--disable-gtk \
--with-openssl=${STAGING_DIR}/target'
|