# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit git-2 DESCRIPTION="C bindings for mongodb" HOMEPAGE="https://github.com/mongodb/mongo-c-driver/" LICENSE="Apache-2.0" EGIT_REPO_URI="git://github.com/mongodb/mongo-c-driver.git" KEYWORDS="" SLOT="0" RDEPEND="" DEPEND="${RDEPEND}" IUSE="" src_install() { emake INSTALL_LIBRARY_PATH="${D}/usr/lib/" INSTALL_INCLUDE_PATH="${D}/usr/include/" install }