Magellan Linux

Contents of /smage/trunk/core/mpc/mpc-0.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2792 - (show annotations) (download)
Mon Aug 29 20:03:18 2011 UTC (13 years ago) by niro
File size: 699 byte(s)
-merged branch alx-0_6_0 into trunk
1 # $Id$
2
3 PNAME="mpc"
4 PVER="0.8.2"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result."
10 HOMEPAGE="http://www.multiprecision.org/"
11
12 # do not depend on glibc, as it depends ob libstdc++ and this wants mpc
13 # as SRCDEPEND -> this may generate loops
14 DEPEND=">= dev-libs/gmp-5.0.1
15 >= dev-libs/mpfr-3.0.0"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild multilib
21
22 SRC_URI=(
23 http://www.multiprecision.org/${PNAME}/download/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd '${HOMEPAGE}?prog=mpc&page=download' | firsttarball gz"