mpfr: update to 3.1.0.
This commit is contained in:
parent
dcef97102b
commit
c53fb54f4e
|
@ -5,16 +5,13 @@ 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()
|
||||
{
|
||||
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
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template build file for 'mpfr'
|
||||
pkgname=mpfr
|
||||
version=3.0.1
|
||||
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version.tar.bz2"
|
||||
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"
|
||||
short_desc="Library for multiple-precision floating-point computations"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue