23 lines
505 B
Bash
23 lines
505 B
Bash
# Copyright 2010-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild,v 1.3 2015/02/23 21:48:34 blueness Exp $
|
|
|
|
EAPI=5
|
|
|
|
BITCOINCORE_IUSE="test"
|
|
inherit bitcoincore eutils
|
|
|
|
DESCRIPTION="Bitcoin Core consensus library"
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
|
|
src_configure() {
|
|
bitcoincore_conf \
|
|
--with-libs
|
|
}
|
|
|
|
src_install() {
|
|
bitcoincore_src_install
|
|
prune_libtool_files
|
|
}
|