Magellan Linux

Annotation of /branches/magellan-0_10_0/core/mpfr/mpfr-2.4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (hide annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 7 months ago) by niro
File size: 619 byte(s)
created branch 'magellan-0_10_0'
1 niro 1082 # $Id$
2    
3     PNAME="mpfr"
4     PVER="2.4.1"
5     PBUILD="r1"
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     UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}-current | lasttarball bz2"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --enable-thread-safe || die
32     mmake || die
33     }

Properties

Name Value
svn:keywords Id