From bca3a5b00a43b3b1e2c6e430af2fec16bdebba47 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 18 Jun 2018 19:49:58 -0500 Subject: system/gmp: [PD] fix maintainer, license, modernise --- system/gmp/APKBUILD | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'system/gmp/APKBUILD') 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 +# Maintainer: Adelie Platform Group 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" -- cgit v1.2.3-60-g2f50