mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ettercap: update to 0.8.1.
This commit is contained in:
parent
b4ce65b0b9
commit
d636f1a4f7
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ettercap'
|
# Template file for 'ettercap'
|
||||||
pkgname=ettercap
|
pkgname=ettercap
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=3
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_GTK=OFF"
|
configure_args="-DENABLE_GTK=OFF"
|
||||||
|
@ -13,6 +13,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://ettercap.github.com/ettercap/"
|
homepage="http://ettercap.github.com/ettercap/"
|
||||||
|
|
||||||
|
LDFLAGS="-ldl"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}
|
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue