mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
reaver: needs pixiewps
This commit is contained in:
parent
8bc308a8f0
commit
7bde8bf3e9
2 changed files with 1 additions and 33 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in a new issue