mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / ettercap / ettercap-ng_0.7.3.bb
blob4da5e401eef5393131e329e7337370754ef24bab
1 DESCRIPTION = "network sniffer/interceptor/logger for ethernet LANs. It \
2 supports active and passive dissection of many protocols (even ciphered ones, \
3 like SSH and HTTPS)."
4 SECTION = "console/network"
5 DEPENDS = "virtual/libiconv libnet libpcap openssl libpcre ncurses zlib libtool"
6 LICENSE = "GPL"
8 PR = "r3"
10 SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-NG-${PV}.tar.gz \
11 file://autotools.patch \
12 file://configure.patch "
14 S = "${WORKDIR}/ettercap-NG-${PV}"
16 inherit autotools
18 EXTRA_OECONF += "--disable-gtk --with-libncurses=${STAGING_INCDIR}"
20 FILES_${PN} += "${datadir}/ettercap ${libdir}/ettercap/*.so"
21 FILES_${PN}-dbg += "${libdir}/ettercap/.debug"
23 SRC_URI[md5sum] = "28fb15cd024162c55249888fe1b97820"
24 SRC_URI[sha256sum] = "c74239052d62565c13a82f9bbf217a4fdcce4b34949e361b53bb3f28e3168543"