# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit findlib DESCRIPTION="a DSL for SQL Queries in Caml" HOMEPAGE="http://forge.ocamlcore.org/projects/macaque/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1093/${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_compile() { cd src emake -j1 } src_install() { cd src findlib_src_preinst emake -j1 install dodoc ../README Changelog }