aboutsummaryrefslogtreecommitdiffstats
path: root/ettercap
diff options
context:
space:
mode:
Diffstat (limited to 'ettercap')
-rw-r--r--ettercap/ettercap_0.6.b.oe8
1 files changed, 8 insertions, 0 deletions
diff --git a/ettercap/ettercap_0.6.b.oe b/ettercap/ettercap_0.6.b.oe
index e69de29bb2..35983e284a 100644
--- a/ettercap/ettercap_0.6.b.oe
+++ b/ettercap/ettercap_0.6.b.oe
@@ -0,0 +1,8 @@
+DEPENDS = "ncurses openssl"
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/ettercap/ettercap-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools
+EXTRA_OECONF='--disable-gtk \
+ --with-openssl=${STAGING_DIR}/target'