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, 0 insertions, 18 deletions
diff --git a/packages/ettercap/ettercap-ng_0.7.3.bb b/packages/ettercap/ettercap-ng_0.7.3.bb deleted file mode 100644 index c9e73d9ea0..0000000000 --- a/packages/ettercap/ettercap-ng_0.7.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" |