libblkmaker-0.5.0.ebuild 542 B

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