22 lines
896 B
Text
22 lines
896 B
Text
# Template build file for 'mpfr'
|
|
pkgname=mpfr
|
|
version=3.1.1
|
|
revision=1
|
|
bootstrap=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-thread-safe"
|
|
subpackages="$pkgname-devel"
|
|
makedepends="gmp-devel"
|
|
short_desc="Library for multiple-precision floating-point computations"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-3"
|
|
homepage="http://www.mpfr.org"
|
|
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
|
|
checksum=7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd
|
|
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."
|