summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-05-24 16:25:00 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-05-24 16:25:00 +0200
commit92a7f8e62a40540d70d539a874b45604bce084e1 (patch)
tree9613ec5fc076e68bbaa4c5f40fefaa6f0961034b /dev-libs/c-capnproto/c-capnproto-0.1.ebuild
parentmedia-video/x264-encoder: bump a new snapshot (diff)
downloadgentoo-92a7f8e62a40540d70d539a874b45604bce084e1.tar.gz
gentoo-92a7f8e62a40540d70d539a874b45604bce084e1.tar.bz2
gentoo-92a7f8e62a40540d70d539a874b45604bce084e1.zip
dev-libs/c-capnproto: initial import; ebuild by me
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/c-capnproto/c-capnproto-0.1.ebuild')
-rw-r--r--dev-libs/c-capnproto/c-capnproto-0.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/c-capnproto/c-capnproto-0.1.ebuild b/dev-libs/c-capnproto/c-capnproto-0.1.ebuild
new file mode 100644
index 000000000000..23e6bcb674ef
--- /dev/null
+++ b/dev-libs/c-capnproto/c-capnproto-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF="yes"
+inherit autotools-utils
+
+DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
+HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
+SRC_URI="https://github.com/opensourcerouting/c-capnproto/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${DEPEND}
+ test? ( dev-cpp/gtest )"
+S="${WORKDIR}/${PN}-${P}"
+PATCHES=(
+ "${FILESDIR}/gtest.patch"
+)