mpfr: update to 3.1.0.

This commit is contained in:
Juan RP 2011-10-17 09:51:30 +02:00
parent dcef97102b
commit c53fb54f4e
2 changed files with 8 additions and 9 deletions

View file

@ -5,16 +5,13 @@ long_desc="${long_desc}
This package contains files for development: headers, static libs, etc." This package contains files for development: headers, static libs, etc."
#revision=1
Add_dependency run glibc-devel Add_dependency run glibc-devel
Add_dependency run gmp-devel Add_dependency run gmp-devel
Add_dependency run mpfr Add_dependency run mpfr
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib vmove usr/include usr
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr vmove usr/share usr
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr vmove "usr/lib/*.a" usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libmpfr.*a ${DESTDIR}/usr/lib
} }

View file

@ -1,12 +1,14 @@
# Template build file for 'mpfr' # Template build file for 'mpfr'
pkgname=mpfr pkgname=mpfr
version=3.0.1 version=3.1.0
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version.tar.bz2" homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-thread-safe" configure_args="--enable-thread-safe"
short_desc="Library for multiple-precision floating-point computations" short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f license="LGPL-3"
checksum=74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680
long_desc=" long_desc="
The MPFR library is a C library for multiple-precision floating-point The MPFR library is a C library for multiple-precision floating-point
computations with correct rounding. MPFR has continuously been supported computations with correct rounding. MPFR has continuously been supported