void-packages/srcpkgs/mpfr/template
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00

22 lines
901 B
Text

# Template build file for 'mpfr'
pkgname=mpfr
version=3.0.1
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=e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f
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 run glibc
Add_dependency run gmp
Add_dependency build gmp-devel