dev-qt/qtscript: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / net-libs / libblkmaker / libblkmaker-0.4.3.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
7 HOMEPAGE="https://github.com/bitcoin/libblkmaker"
8 LICENSE="MIT"
9
10 SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> ${P}-github.tgz"
11 SLOT="0"
12 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
13 IUSE=""
14
15 DEPEND="
16         >=dev-libs/jansson-2.0.0
17 "
18 RDEPEND="${DEPEND}
19         !<net-misc/bfgminer-3.0.3
20 "
21
22 src_prepare() {
23         ./autogen.sh || die
24 }