mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/mpfr3: upgrade to 3.1.4
This commit is contained in:
parent
7779294359
commit
36a2a565bf
@ -1,26 +1,21 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mpfr3
|
||||
pkgver=3.1.2
|
||||
pkgver=3.1.4
|
||||
pkgrel=0
|
||||
pkgdesc="multiple-precision floating-point library"
|
||||
url="http://www.mpfr.org/"
|
||||
arch="all"
|
||||
license="GPL LGPL"
|
||||
depends=
|
||||
depends=""
|
||||
makedepends_build="texinfo"
|
||||
makedepends_host="gmp-dev"
|
||||
makedepends="$makedepends_build $makedepends_host"
|
||||
source="http://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz"
|
||||
subpackages="$pkgname-doc mpfr-dev"
|
||||
|
||||
_builddir="$srcdir"/mpfr-$pkgver
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
}
|
||||
builddir="$srcdir/mpfr-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -32,7 +27,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
make DESTDIR="${pkgdir}" install || return 1;
|
||||
}
|
||||
|
||||
@ -40,6 +35,7 @@ dev() {
|
||||
replaces=mpfr
|
||||
default_dev
|
||||
}
|
||||
md5sums="e3d203d188b8fe60bb6578dd3152e05c mpfr-3.1.2.tar.xz"
|
||||
sha256sums="399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b mpfr-3.1.2.tar.xz"
|
||||
sha512sums="8d594206afb2637ed39ad564d42c8c4d02b042b95925f5c6ec891e5cb87f7155195559c7ff477256a088ecaaa3c2b0d35a9d11a74ed526a1080d49b2950e5587 mpfr-3.1.2.tar.xz"
|
||||
|
||||
md5sums="064b2c18185038e404a401b830d59be8 mpfr-3.1.4.tar.xz"
|
||||
sha256sums="761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5 mpfr-3.1.4.tar.xz"
|
||||
sha512sums="4ef61708834efdea6b85258f46f1b25ce1c55b912f44b117d8c3d5e06d8f1177e50f627d9736f3289bd159c5bb10c80e09d1ad9f6f52c4ff43c3496034b04232 mpfr-3.1.4.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user