You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/cocaine-core/cocaine-core-0.11.2.5.ebuild

26 lines
669 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/cocaine-core/cocaine-core-0.11.2.5.ebuild,v 1.1 2015/03/11 05:55:27 patrick Exp $
EAPI=5
inherit eutils cmake-utils
DESCRIPTION="Cloud platform, core parts"
HOMEPAGE="http://reverbrain.com/cocaine/"
SRC_URI="http://repo.reverbrain.com/precise/current/source/${PN}_${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/boost:=
<net-libs/zeromq-3
dev-libs/libev
<dev-libs/msgpack-0.6
dev-libs/libcgroup
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}_binutils-2.23-compat.patch" )