# 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="9a4cbec2c4418fa4574c8714e44280664164c60f" 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 }