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