void-packages/templates/mpfr/template

21 lines
855 B
Text
Raw Normal View History

# Template build file for 'mpfr'
pkgname=mpfr
version=2.4.0
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-thread-safe"
short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=be3d51ec2bdac6efb9408cde8882a936c8f43b1fde9aac5f0ce2682745e0529d
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."
base_chroot=yes
build_depends="gmp-4.2.4"
run_depends="glibc-2.8 gmp-4.2.4"