]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ettercap/ettercap_0.6.b.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ettercap / ettercap_0.6.b.bb
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}/.."