# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit findlib DESCRIPTION="DSL for SQL Queries in Caml" HOMEPAGE="http://forge.ocamlcore.org/projects/macaque/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1027/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-ml/pgocaml" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}/src" src_install() { findlib_src_preinst emake install dodoc ../README Changelog }