Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / ettercap / ettercap_0.6.b.oe
1 DEPENDS = "ncurses openssl"
2 RDEPENDS = "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://${FILESDIR}/configure.patch;patch=1
9
10 inherit autotools
11 EXTRA_OECONF='--disable-gtk \
12               --with-openssl=${STAGING_DIR}/target'