mpfr: update to 3.1.1.
This commit is contained in:
parent
74e0855a59
commit
24be93987e
2 changed files with 9 additions and 12 deletions
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'mpfr-devel'.
|
||||
#
|
||||
depends="glibc-devel gmp-devel mpfr"
|
||||
depends="gmp-devel mpfr>=$version"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development: headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
# Template build file for 'mpfr'
|
||||
pkgname=mpfr
|
||||
version=3.1.0
|
||||
homepage="http://www.mpfr.org"
|
||||
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
|
||||
version=3.1.1
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-thread-safe"
|
||||
revision=3
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="gmp-devel"
|
||||
short_desc="Library for multiple-precision floating-point computations"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
checksum=74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680
|
||||
homepage="http://www.mpfr.org"
|
||||
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
|
||||
checksum=7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd
|
||||
long_desc="
|
||||
The MPFR library is a C library for multiple-precision floating-point
|
||||
computations with correct rounding. MPFR has continuously been supported
|
||||
|
@ -18,6 +20,3 @@ long_desc="
|
|||
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."
|
||||
|
||||
bootstrap=yes
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue