This commit is contained in:
blshkv 2016-07-11 11:52:11 +08:00
parent 061dd29a46
commit 7f93e3e463
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
2 changed files with 1 additions and 48 deletions

View file

@ -1,47 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: blshkv $
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD="1"
inherit autotools-utils eutils git-r3
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
EGIT_REPO_URI="https://github.com/t6x/reaver-wps-fork-t6x.git"
EGIT_COMMIT="6e60ee25e86ec798de2e23971b029d555e9dc398"
ECONF_SOURCE="${S}/src"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!net-wireless/reaver
net-libs/libpcap
dev-db/sqlite:3"
RDEPEND="${DEPEND}"
#S="${WORKDIR}/${P}/src"
ECONF_SOURCE="${S}/src"
#these patches need to be verified and pushed to upstream
#src_prepare() {
# epatch "${FILESDIR}"/000[1-4]*.patch
#http://code.google.com/p/reaver-wps/issues/detail?id=420
# epatch "${FILESDIR}"/0005-soreau-show-status-r2.patch
#}
src_install() {
cd src
dobin wash reaver
insinto "/etc/reaver"
doins reaver.db
doman ../docs/reaver.1.gz
dodoc ../docs/README ../docs/README.REAVER ../docs/README.WASH
}

View file

@ -10,7 +10,7 @@ inherit autotools-utils eutils git-r3
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
EGIT_REPO_URI="https://github.com/t6x/reaver-wps-fork-t6x.git"
EGIT_COMMIT="9a4cbec2c4418fa4574c8714e44280664164c60f"
EGIT_COMMIT="ed98a9503f1d50b4b61fe1bbc38f6c29fa8c784f"
ECONF_SOURCE="${S}/src"