First pass of .oe cleanups.
[openembedded.git] / ettercap / ettercap_0.6.b.oe
1 DEPENDS = "ncurses openssl"
2
3 SRC_URI = ${SOURCEFORGE_MIRROR}/ettercap/ettercap-${PV}.tar.gz \
4           file://${FILESDIR}/configure.patch;patch=1
5
6 inherit autotools
7 EXTRA_OECONF='--disable-gtk \
8               --with-openssl=${STAGING_DIR}/target'