blob: ab25439c559deb34bdeef372911243c184d183b9 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker"
LICENSE="MIT"
SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
SLOT="0"
KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
IUSE=""
DEPEND="
>=dev-libs/jansson-2.0.0
"
RDEPEND="${DEPEND}
!<net-misc/bfgminer-3.0.3
"
S="${WORKDIR}/bitcoin-libblkmaker/"
src_prepare() {
./autogen.sh || die
}