# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A portable library for arbitrary precision interval arithmetic using MPFR" HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html" SRC_URI="http://perso.ens-lyon.fr/nathalie.revol/softwares/${P}.tgz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/mpfr-2.2.0" RDEPEND="${DEPEND}" S=${WORKDIR}/${P}-RC3 src_install() { emake \ DESTDIR="${D}" \ prefix=usr \ libdir=usr/$(get_libdir) \ install || die "emake install failed" dodoc ChangeLog AUTHORS INSTALL NEWS README }