reaver: needs pixiewps

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-04-10 10:57:38 -04:00
parent 8bc308a8f0
commit 7bde8bf3e9
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 1 additions and 33 deletions

View file

@ -1,33 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
SRC_URI="https://github.com/t6x/reaver-wps-fork-t6x/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!net-wireless/reaver
net-libs/libpcap
dev-db/sqlite:3"
RDEPEND="${DEPEND}"
#AUTOTOOLS_IN_SOURCE_BUILD="1"
S="${WORKDIR}/${P}/src"
src_prepare() {
# fixme:
sed -i 's|@localstatedir@/lib/|@localstatedir@/|' config.mak.in
eapply_user
}
src_install(){
emake DESTDIR="${D}" install
keepdir /var/lib/reaver
}

View file

@ -18,6 +18,7 @@ DEPEND="!net-wireless/reaver
net-libs/libpcap
dev-db/sqlite:3"
RDEPEND="${DEPEND}"
PDEPEND="net-wireless/pixiewps"
S="${WORKDIR}/${P}/src"