23 lines
558 B
Bash
23 lines
558 B
Bash
|
# Copyright 1999-2015 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/net-libs/cppzmq/cppzmq-0_pre150606.ebuild,v 1.1 2015/06/06 20:14:20 jlec Exp $
|
||
|
|
||
|
EAPI=5
|
||
|
|
||
|
DESCRIPTION="High-level CPP Binding for ZeroMQ"
|
||
|
HOMEPAGE="https://github.com/zeromq/cppzmq"
|
||
|
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
|
||
|
|
||
|
SLOT="0"
|
||
|
LICENSE="MIT"
|
||
|
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
|
||
|
IUSE=""
|
||
|
|
||
|
RDEPEND=">=net-libs/zeromq-3"
|
||
|
DEPEND=""
|
||
|
|
||
|
src_install() {
|
||
|
doheader zmq.hpp
|
||
|
dodoc README
|
||
|
}
|