# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="PXP is a validating XML parser library for O'Caml" HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html" SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" DEPEND=">=dev-ml/pcre-ocaml-4.31 >=dev-ml/ocamlnet-0.94 >=dev-ml/findlib-0.8" IUSE="" src_compile() { ./configure || die make all opt || die } src_install() { # Go ahead destdir=`ocamlfind printconf destdir` mkdir -p ${D}${destdir} || die make OCAMLFIND_DESTDIR=${D}${destdir} install || die }