Magellan Linux

Contents of /trunk/core/mpfr/mpfr-2.3.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (show annotations) (download)
Mon Oct 13 22:44:01 2008 UTC (15 years, 7 months ago) by niro
File size: 551 byte(s)
-rev bump; rebuild against new toolchain
1 # $Id$
2
3 PNAME="mpfr"
4 PVER="2.3.2"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The MPFR library is a C library for multiple-precision floating-point computations with correct rounding."
11 HOMEPAGE="http://www.mpfr.org/"
12
13 DEPEND=">= dev-libs/gmp-4.2.4"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild multilib
19
20 SRC_URI=(
21 http://www.mpfr.org/${PNAME}-current/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure --enable-thread-safe || die
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id