diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-14 21:39:41 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-14 21:39:41 +0000 |
commit | ebb6acd1d836741c0b463c5329e5d9faed739364 (patch) | |
tree | 4f397688f456fc75b7fb6e69bb6697040953b4d4 /packages/ettercap/ettercap-ng_0.7.3.bb | |
parent | cff961f0cc157d273101098fbeaf5bcc3d7c7933 (diff) |
ettercap-ng: added 0.7.3 - close #3298
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" |