Magellan Linux

Annotation of /smage/trunk/core/mpfr/mpfr-2.3.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations) (download)
Sun Jan 11 20:49:28 2009 UTC (15 years, 4 months ago) by niro
File size: 555 byte(s)
auto added: ver bump to 2.3.2-r2.smage2
1 niro 10 # $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 alx
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