tne-wireless/pixiewps: Add 1.1 - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit b2e02304f7834d6b41736e2bb3ebfa5965945e12 DIR parent ab023b530931055bcec016940b17f9055fb4be52 HTML Author: parazyd <parazyd@dyne.org> Date: Mon, 9 May 2016 12:33:57 +0200 ne-wireless/pixiewps: Add 1.1 Diffstat: A net-wireless/pixiewps/Manifest | 1 + A net-wireless/pixiewps/pixiewps-1.1… | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) --- DIR diff --git a/net-wireless/pixiewps/Manifest b/net-wireless/pixiewps/Manifest t@@ -0,0 +1 @@ +DIST pixiewps-1.1.tar.gz 24148 SHA256 450127429976329b55d6b4e8510c91577ff51e66d43ac1677acd9bcf586c180e SHA512 781c72c78cf12850afadb968d12b6c11965d373cedc0eddffeae7e3b279cdc77fee08cb031fb7716725294a3fde24ecd1e4ce91a327709d6d9378668a5559d50 WHIRLPOOL aa40e8a01fee30a6dd6d86b2ee184d37c6c0ae88d2a3fcbb438ee11c6bc1c88c5d1a48b8b7b4f7b18ef90ba9b9e485975c24ef26883da6d6654bf0e41158e138 DIR diff --git a/net-wireless/pixiewps/pixiewps-1.1.ebuild b/net-wireless/pixiewps/pixiewps-1.1.ebuild t@@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Bruteforce offline the WPS pin exploiting the low or non-existing entropy" +HOMEPAGE="https://github.com/wiire/pixiewps" +SRC_URI="https://github.com/wiire/pixiewps/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/openssl:0" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${P}/src" + +src_prepare() { + sed -i -e 's|/usr/local||' Makefile +} + +src_install() { + default + dodoc ../README.md +}