2008-10-20 23:49:59 +00:00
|
|
|
# Template build file for 'mpfr'
|
|
|
|
pkgname=mpfr
|
2012-07-04 06:13:45 +00:00
|
|
|
version=3.1.1
|
|
|
|
revision=1
|
|
|
|
bootstrap=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-11-26 10:53:09 +00:00
|
|
|
configure_args="--enable-thread-safe"
|
2012-07-04 06:13:45 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="gmp-devel"
|
2008-10-20 23:49:59 +00:00
|
|
|
short_desc="Library for multiple-precision floating-point computations"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-17 07:51:30 +00:00
|
|
|
license="LGPL-3"
|
2012-07-04 06:13:45 +00:00
|
|
|
homepage="http://www.mpfr.org"
|
|
|
|
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd
|
2008-10-20 23:49:59 +00:00
|
|
|
long_desc="
|
|
|
|
The MPFR library is a C library for multiple-precision floating-point
|
|
|
|
computations with correct rounding. MPFR has continuously been supported
|
|
|
|
by the INRIA and the current main authors come from the CACAO and Arénaire
|
|
|
|
project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively;
|
|
|
|
see more on the credit page. MPFR is based on the GMP multiple-precision
|
|
|
|
library."
|