diff options
Diffstat (limited to 'packages/ettercap/ettercap-ng_0.7.3.bb')
-rw-r--r-- | packages/ettercap/ettercap-ng_0.7.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/ettercap/ettercap-ng_0.7.3.bb b/packages/ettercap/ettercap-ng_0.7.3.bb new file mode 100644 index 0000000000..c9e73d9ea0 --- /dev/null +++ b/packages/ettercap/ettercap-ng_0.7.3.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "network sniffer/interceptor/logger for ethernet LANs. It \ +supports active and passive dissection of many protocols (even ciphered ones, \ +like SSH and HTTPS)." +SECTION = "console/network" +DEPENDS = "virtual/libiconv libnet libpcap openssl libpcre ncurses zlib libtool" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-NG-${PV}.tar.gz \ + file://autotools.patch;patch=1" + +S = "${WORKDIR}/ettercap-NG-${PV}" + +inherit autotools + +EXTRA_OECONF += "--disable-gtk" + +FILES_${PN} += "${datadir} ${libdir}/ettercap/*.so" +FILES_${PN}-dbg += "${libdir}/ettercap/.debug" |