bddd5e60e2
Also cleans up past template mistakes made in the 1.4 to 1.6.5 transition: Remove commented out lines referencing the sqlite database Remove commented-out do_install override Remove u_char -> unsigned char sed (u_char still present in source but upstream fixed build breaks. reaver-wps-fork-t6x commit 46ccf2e268f7 has the database removal, d559537b7021 has the u_char fix, and 8977bdf66e43 fixes the destdir breakage that required the do_install override. Fixes: 09da89673e64 ("reaver: update to 1.6.5")
13 lines
520 B
Bash
13 lines
520 B
Bash
# Template file for 'reaver'
|
|
pkgname=reaver
|
|
version=1.6.6
|
|
revision=1
|
|
build_wrksrc="src"
|
|
build_style=gnu-configure
|
|
makedepends="libpcap-devel"
|
|
short_desc="Brute force attack tool against Wifi Protected Setup (WPS)"
|
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/t6x/reaver-wps-fork-t6x"
|
|
distfiles="https://github.com/t6x/reaver-wps-fork-t6x/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=e329a0da0b6dd888916046535ff86a6aa144644561937954e560bb1810ab6702
|