void-packages/srcpkgs/mpfr/template

28 lines
979 B
Plaintext

# Template build file for 'mpfr'
pkgname=mpfr
version=3.1.0
homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-thread-safe"
revision=2
short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
checksum=74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680
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."
bootstrap=yes
subpackages="$pkgname-devel"
Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
fi