Magellan Linux

Diff of /smage/trunk/core/mpfr/mpfr-3.1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4036 by niro, Mon Nov 5 14:40:56 2012 UTC revision 4037 by niro, Mon Nov 5 14:41:39 2012 UTC
# Line 9  PCAT="dev-libs" Line 9  PCAT="dev-libs"
9  DESCRIPTION="The MPFR library is a C library for multiple-precision floating-point computations with correct rounding."  DESCRIPTION="The MPFR library is a C library for multiple-precision floating-point computations with correct rounding."
10  HOMEPAGE="http://www.mpfr.org/"  HOMEPAGE="http://www.mpfr.org/"
11    
12  DEPEND=">= dev-libs/gmp-5.0.2"  DEPEND=">= dev-libs/gmp-5.0.5"
13    
14  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
15  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17  sminclude mbuild multilib  sminclude mbuild multilib
18    
19  SRC_URI=(  SRC_URI=(
20   http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}   #http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
21   #http://www.mpfr.org/${PNAME}-current/${SRCFILE}   #http://www.mpfr.org/${PNAME}-current/${SRCFILE}
22   #http://www.mpfr.org/${PNAME}-${PVER}/${SRCFILE}   http://www.mpfr.org/${PNAME}-${PVER}/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24  )  )
25    

Legend:
Removed from v.4036  
changed lines
  Added in v.4037