mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
reaver-wps-fork-t6x: v20160701 bump, issue https://github.com/t6x/reaver-wps-fork-t6x/issues/52
This commit is contained in:
parent
061dd29a46
commit
7f93e3e463
2 changed files with 1 additions and 48 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in a new issue