Magellan Linux

Contents of /branches/R11-stable/core/mpfr/mpfr-3.1.2-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18406 - (show annotations) (download)
Wed Jul 17 08:16:13 2013 UTC (10 years, 10 months ago) by niro
File size: 709 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="mpfr"
4 PVER="3.1.2"
5 PBUILD="r5"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="The MPFR library is a C library for multiple-precision floating-point computations with correct rounding."
10 HOMEPAGE="http://www.mpfr.org/"
11
12 DEPEND=">= dev-libs/gmp-5.1"
13
14 SRCFILE="${PNAME}-${PVER}.tar.xz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18
19 SRC_URI=(
20 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
21 #http://www.mpfr.org/${PNAME}-current/${SRCFILE}
22 #http://www.mpfr.org/${PNAME}-${PVER}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}-current | lasttarball xz"
27
28 src_compile()
29 {
30 mconfigure --enable-thread-safe || die
31 mmake || die
32 }