net-wireless/pixiewps: Add 9999 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 5f569128971672f93f6a6d8a439c072ddbc8d343
DIR parent 6c7d360c0a6a4ed6a13ccaa159b4ad72714a1c48
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 18 Jun 2016 11:08:46 +0200
net-wireless/pixiewps: Add 9999
Diffstat:
A net-wireless/pixiewps/pixiewps-999… | 34 +++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)
---
DIR diff --git a/net-wireless/pixiewps/pixiewps-9999.ebuild b/net-wireless/pixiewps/pixiewps-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Bruteforce offline the WPS pin exploiting the low or non-existing entropy"
+HOMEPAGE="https://github.com/wiire/pixiewps"
+EGIT_REPO_URI="https://github.com/wiire/pixiewps.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+DEPEND="
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( dev-libs/libressl:0 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+src_prepare() {
+ eapply_user
+ sed -i -e 's|/usr/local|/usr|' Makefile
+}
+
+src_install() {
+ dobin pixiewps
+ dodoc ../README.md
+}
+