mpfr: update to 3.0.1.
This commit is contained in:
parent
30cd749fa5
commit
c89ceed28b
|
@ -15,5 +15,6 @@ do_install()
|
|||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libmpfr.*a ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'mpfr'
|
||||
pkgname=mpfr
|
||||
version=3.0.0
|
||||
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=8f4e5f9c53536cb798a30455ac429b1f9fc75a0f8af32d6e0ac31ebf1024821f
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue