net-wireless/reaver - 1.6.5 (gentoo)

Search

Package Information

Description:
Brute force attack against Wifi Protected Setup
Homepage:
https://github.com/t6x/reaver-wps-fork-t6x
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.6.5 7 ~amd64 ~arm ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="reaver-wps-fork-t6x"

DESCRIPTION="Brute force attack against Wifi Protected Setup"
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
SRC_URI="https://github.com/t6x/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

DEPEND="net-libs/libpcap"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}-${PV}/src"

PATCHES=(
	"${FILESDIR}"/${P}-confdir.patch
)

src_install() {
	# Upstream's Makefile does the same but in non-standard way.
	dobin wash reaver

	doman ../docs/reaver.1
	dodoc ../docs/README ../docs/README.REAVER ../docs/README.WASH

	keepdir /var/lib/reaver
}

Dependencies

DEPEND

net-libs/libpcap

RDEPEND

net-libs/libpcap

Manifest for 1.6.5

Type File Size Source URLs
DIST reaver-1.6.5.tar.gz 479441 bytes https://github.com/t6x/reaver-wps-fork-t6x/archive/v1.6.5.tar.gz