mpfr: update to 2.4.2.

--HG--
extra : convert_revision : ca5303d86da2df9b48ea343dff7d4b523a849239
This commit is contained in:
Juan RP 2009-12-07 10:03:02 +01:00
parent 31bef600e8
commit cb3138616a
2 changed files with 8 additions and 5 deletions

View file

@ -5,7 +5,8 @@ long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
revision=1
Add_dependency run glibc-devel
Add_dependency run gmp-devel
Add_dependency run mpfr
do_install()

View file

@ -1,12 +1,12 @@
# Template build file for 'mpfr'
pkgname=mpfr
version=2.4.1
version=2.4.2
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=642890e85c6ee684b5c257612df15b034b2a06a5c277fb6647332ebe763a485e
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
@ -16,5 +16,7 @@ long_desc="
library."
base_chroot=yes
subpackages="mpfr-devel"
Add_dependency full gmp
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run gmp
Add_dependency build gmp-devel