mpfr: update to 3.1.3.
This commit is contained in:
parent
e547e8db9f
commit
172851ec75
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'mpfr'
|
||||
pkgname=mpfr
|
||||
version=3.1.2
|
||||
revision=4
|
||||
version=3.1.3
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-thread-safe"
|
||||
|
@ -11,12 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="LGPL-3"
|
||||
homepage="http://www.mpfr.org"
|
||||
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
|
||||
checksum=79c73f60af010a30a5c27a955a1d2d01ba095b72537dab0ecaad57f5a7bb1b6b
|
||||
|
||||
if [ -z "$CHROOT_READY" ]; then
|
||||
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
||||
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
|
||||
fi
|
||||
checksum=f63bb459157cacd223caac545cb816bcdb5a0de28b809e7748b82e9eb89b0afd
|
||||
|
||||
mpfr-devel_package() {
|
||||
depends="gmp-devel mpfr>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue