dev-qt/qtpaths: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / net-wireless / btcrack / btcrack-9999.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="linux port of Thierry Zollers' BTCrack"
7 HOMEPAGE="https://github.com/mikeryan/btcrack"
8
9 if [[ ${PV} == "9999" ]] ; then
10         EGIT_REPO_URI="https://github.com/mikeryan/btcrack.git"
11         inherit git-r3
12         KEYWORDS=""
13 else
14         #SRC_URI=""
15         KEYWORDS="~amd64 ~x86"
16 fi
17
18 LICENSE="GPL-3"
19 SLOT="0"
20 IUSE=""
21
22 DEPEND=""
23 RDEPEND="${DEPEND}"
24
25 src_install() {
26         emake DESTDIR="${ED}" PREFIX=/usr install
27 }