Magellan Linux

Annotation of /smage/trunk/core/mpfr/mpfr-3.0.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 646 - (hide annotations) (download)
Thu Oct 21 08:23:36 2010 UTC (13 years, 6 months ago) by niro
File size: 796 byte(s)
-rebuild against eglibc-2.12 which was built against linux-libc-headers-2.6.36
1 niro 646 # $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="r3"
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     }