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