Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1728 - (show annotations) (download)
Thu Sep 15 23:09:51 2011 UTC (12 years, 7 months ago) by niro
File size: 719 byte(s)
auto added: ver bump to 3.0.1-r1
1 # $Id$
2
3 PNAME="mpfr"
4 PVER="3.0.1"
5 PBUILD="r1"
6
7 PCATEGORIE="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.1"
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 }