dev-libs/libcouchbase - 2.0.6 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-libs/libcouchbase-2.0.6

Package Information

Description:
The couchbase client for C.
Homepage:
https://github.com/couchbase/libcouchbase
License:
Apache 2.0

Ebuild Details

Version EAPI Keywords Slot
2.0.6 5 x86 amd64 0
View Raw Ebuild
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="The couchbase client for C."
HOMEPAGE="https://github.com/couchbase/libcouchbase"
SRC_URI="http://packages.couchbase.com/clients/c/libcouchbase-2.0.6.tar.gz"

LICENSE="Apache 2.0"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="sasl"

DEPEND=""
RDEPEND="${DEPEND}"

src_configure() {
	myconf="${myconf} --disable-tests --disable-couchbasemock"
	if use sasl; then
		myconf="${myconf} --enable-system-libsasl"
	fi
	econf ${myconf}
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/libcouchbase | euse -E <flag> -p dev-libs/libcouchbase | euse -D <flag> -p dev-libs/libcouchbase

Global/Standard Flags

Manifest for 2.0.6

Type File Size Source URLs
DIST libcouchbase-2.0.6.tar.gz 671345 bytes http://packages.couchbase.com/clients/c/libcouchbase-2.0.6.tar.gz