wok rev 24521

updated ettercap (0.8.3 -> 0.8.3.1)
author Hans-G?nter Theisgen
date Tue Feb 22 15:47:04 2022 +0100 (2022-02-22)
parents 293c8ed65bed
children 019b8bee1f99
files ettercap/description.txt ettercap/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ettercap/description.txt	Tue Feb 22 15:47:04 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Ettercap is a comprehensive suite for man in the middle attacks.
     1.5 +It features sniffing of live connections, content filtering
     1.6 +on the fly and many other interesting tricks.
     1.7 +It supports active and passive dissection of many protocols and
     1.8 +includes many features for network and host analysis.
     2.1 --- a/ettercap/receipt	Tue Feb 22 15:25:07 2022 +0100
     2.2 +++ b/ettercap/receipt	Tue Feb 22 15:47:04 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ettercap"
     2.7 -VERSION="0.8.3"
     2.8 +VERSION="0.8.3.1"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A suite for man in the middle attacks on LAN."
    2.11  MAINTAINER="claudinei@slitaz.org"
    2.12 @@ -24,13 +24,12 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	mkdir	build
    2.17 -	cd	build
    2.18 -	cmake					\
    2.19 -		-DCMAKE_INSTALL_PREFIX=/usr	\
    2.20 -		-DENABLE_GTK=OFF		\
    2.21 -		-DENABLE_PLUGINS=ON		\
    2.22 -		../
    2.23 +	mkdir	_build
    2.24 +	cd	_build
    2.25 +	cmake	..				\
    2.26 +		-D CMAKE_INSTALL_PREFIX=/usr	\
    2.27 +		-D ENABLE_GTK=OFF		\
    2.28 +		-D ENABLE_PLUGINS=ON &&
    2.29  	make &&
    2.30  	make DESTDIR=$DESTDIR install
    2.31  }