void-packages/srcpkgs/mpfr/template

23 lines
896 B
Text
Raw Normal View History

# Template build file for 'mpfr'
pkgname=mpfr
2012-07-04 06:13:45 +00:00
version=3.1.1
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="--enable-thread-safe"
2012-07-04 06:13:45 +00:00
subpackages="$pkgname-devel"
makedepends="gmp-devel"
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
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."