Magellan Linux

Contents of /smage/trunk/core/mpfr/mpfr-2.4.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Sat Jan 2 20:32:45 2010 UTC (14 years, 3 months ago) by niro
File size: 668 byte(s)
-fixed includes
1 # $Id$
2
3 PNAME="mpfr"
4 PVER="2.4.1"
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 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 cd ${SRCDIR}
31
32 mconfigure --enable-thread-safe || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id