coWPAtty: update to 4.8.
This commit is contained in:
parent
313289a210
commit
2bbd676359
1 changed files with 9 additions and 15 deletions
|
@ -1,28 +1,22 @@
|
||||||
# Template file for 'coWPAtty'
|
# Template file for 'coWPAtty'
|
||||||
pkgname=coWPAtty
|
pkgname=coWPAtty
|
||||||
_pkgname=cowpatty
|
_pkgname=cowpatty
|
||||||
version=4.6
|
version=4.8
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=1
|
make_use_env=1
|
||||||
make_install_args="DESTDIR=/usr/ BINDIR=/usr/bin"
|
make_install_args="BINDIR=/usr/bin"
|
||||||
disable_parallel_build=yes
|
|
||||||
makedepends="libpcap-devel libressl-devel"
|
makedepends="libpcap-devel libressl-devel"
|
||||||
short_desc="WPA-PSK dictionary attack"
|
short_desc="WPA-PSK dictionary attack"
|
||||||
maintainer="nexolight <snow.dream.ch@gmail.com>"
|
maintainer="nexolight <snow.dream.ch@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.willhackforsushi.com"
|
homepage="https://github.com/joswr1ght/cowpatty"
|
||||||
distfiles="http://www.willhackforsushi.com/code/${_pkgname}/${version}/${_pkgname}-${version}.tgz"
|
distfiles="https://github.com/joswr1ght/cowpatty/archive/${version}.tar.gz"
|
||||||
checksum=cd3fc113e5052d3ee08ab71aa87edf772d044f760670c73fde5d5581d7803bc2
|
checksum=8aae67f4823edb76dff036808137888d2479477ec1e52aa86d6cecd26d58aa23
|
||||||
|
|
||||||
CFLAGS="-DOPENSSL"
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|^CFLAGS.*||g' Makefile
|
vsed -e '/clang/d' \
|
||||||
}
|
-e 's|-g3 -ggdb||g' \
|
||||||
|
-i Makefile
|
||||||
do_install() {
|
|
||||||
vbin cowpatty
|
|
||||||
vbin genpmk
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue