# $Id$ PNAME="mpc" PVER="0.8.2" PBUILD="r2" PCATEGORIE="dev-libs" STATE="unstable" DESCRIPTION="MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result." HOMEPAGE="http://www.multiprecision.org/" # do not depend on glibc, as it depends ob libstdc++ and this wants mpc # as SRCDEPEND -> this may generate loops DEPEND=">= dev-libs/gmp-5.0.1 >= dev-libs/mpfr-3.0.0" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild multilib SRC_URI=( http://www.multiprecision.org/${PNAME}/download/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd '${HOMEPAGE}?prog=mpc&page=download' | firsttarball gz"