f6120f278f
--HG-- extra : convert_revision : 80acf8c61c267099edc7f749e787e2850eb2f77a
23 lines
914 B
Text
23 lines
914 B
Text
# Template build file for 'mpfr'
|
|
pkgname=mpfr
|
|
version=2.4.2
|
|
revision=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=c7e75a08a8d49d2082e4caee1591a05d11b9d5627514e678f02d66a124bcf2ba
|
|
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
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run gmp
|
|
Add_dependency build gmp-devel
|