Magellan Linux

Contents of /smage/trunk/core/mpfr/mpfr-3.0.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1073 - (show annotations) (download)
Tue Jan 25 19:54:35 2011 UTC (13 years, 3 months ago) by niro
File size: 796 byte(s)
auto added: ver bump to 3.0.0-r4
1 # $Id: mpfr-2.4.1-r2.smage2 4789 2009-12-29 13:32:56Z niro $
2
3 PNAME="mpfr"
4 PVER="3.0.0"
5 PBUILD="r4"
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-5.0.1"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild multilib mcore
19
20 SRC_URI=(
21 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
22 #http://www.mpfr.org/${PNAME}-current/${SRCFILE}
23 #http://www.mpfr.org/${PNAME}-${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}-current | lasttarball bz2"
28
29 src_compile()
30 {
31 mconfigure --enable-thread-safe || die
32 mmake || die
33 }