# $Id: mpfr-2.4.1-r2.smage2 4789 2009-12-29 13:32:56Z niro $ PNAME="mpfr" PVER="3.0.0" PBUILD="r3" PCATEGORIE="dev-libs" STATE="unstable" DESCRIPTION="The MPFR library is a C library for multiple-precision floating-point computations with correct rounding." HOMEPAGE="http://www.mpfr.org/" DEPEND=">= dev-libs/gmp-5.0.1" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild multilib mcore SRC_URI=( http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE} #http://www.mpfr.org/${PNAME}-current/${SRCFILE} #http://www.mpfr.org/${PNAME}-${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}-current | lasttarball bz2" src_compile() { mconfigure --enable-thread-safe || die mmake || die }