summaryrefslogtreecommitdiff
path: root/system/gmp
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-18 19:49:58 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-18 19:49:58 -0500
commitbca3a5b00a43b3b1e2c6e430af2fec16bdebba47 (patch)
tree6903b5e3a3bf5ef9932a9813070b4286b2906031 /system/gmp
parentb1c70ba1bcb02621d251dc9e06a978b35fd7eb63 (diff)
downloadpackages-bca3a5b00a43b3b1e2c6e430af2fec16bdebba47.tar.gz
packages-bca3a5b00a43b3b1e2c6e430af2fec16bdebba47.tar.bz2
packages-bca3a5b00a43b3b1e2c6e430af2fec16bdebba47.tar.xz
packages-bca3a5b00a43b3b1e2c6e430af2fec16bdebba47.zip
system/gmp: [PD] fix maintainer, license, modernise
Diffstat (limited to 'system/gmp')
-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"