Magellan Linux

Contents of /smage/trunk/core/mpfr/mpfr-3.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3591 - (show annotations) (download)
Mon Jul 9 18:51:16 2012 UTC (11 years, 10 months ago) by niro
File size: 713 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="mpfr"
4 PVER="3.1.1"
5 PBUILD="r1"
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.0.2"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
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 bz2"
27
28 src_compile()
29 {
30 mconfigure --enable-thread-safe || die
31 mmake || die
32 }