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