summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/gmp/APKBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/system/gmp/APKBUILD b/system/gmp/APKBUILD
index 225e7b6a0..69f4b2c9c 100644
--- a/system/gmp/APKBUILD
+++ b/system/gmp/APKBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: Adelie Platform Group <adelie-devel@lists.adelielinux.org>
pkgname=gmp
pkgver=6.1.2
pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic"
url="https://gmplib.org/"
arch="all"
-license="LGPL-3.0"
+license="LGPL-3.0+ OR GPL-2.0+"
makedepends="m4 texinfo libtool"
depends=
subpackages="$pkgname-doc $pkgname-dev libgmpxx"
source="https://gmplib.org/download/gmp/gmp-$pkgver.tar.xz
"
-replaces="gmp5"
prepare() {
cd "$builddir"
@@ -51,11 +50,4 @@ libgmpxx() {
mv "$pkgdir"/usr/lib/libgmpxx.so.* "$subpkgdir"/usr/lib/
}
-doc() {
- default_doc
- replaces="gmp5-doc"
-}
-
-md5sums="f58fa8001d60c4c77595fbbb62b63c1d gmp-6.1.2.tar.xz"
-sha256sums="87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz"
sha512sums="9f098281c0593b76ee174b722936952671fab1dae353ce3ed436a31fe2bc9d542eca752353f6645b7077c1f395ab4fdd355c58e08e2a801368f1375690eee2c6 gmp-6.1.2.tar.xz"