mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/autoconf-archive: upgrade to 2018.03.13, clarify license
This commit is contained in:
parent
10f67ef27f
commit
1682e0c4f4
@ -1,18 +1,18 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=autoconf-archive
|
||||
pkgver=2017.09.28
|
||||
pkgver=2018.03.13
|
||||
pkgrel=0
|
||||
pkgdesc="A collection of freely re-usable Autoconf macros"
|
||||
url="http://www.gnu.org/software/autoconf-archive/"
|
||||
pkgdesc="Collection of re-usable GNU Autoconf macros"
|
||||
url="http://www.gnu.org/software/autoconf-archive"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="autoconf"
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://open-source-box.org/autoconf-archive/autoconf-archive-$pkgver.tar.xz"
|
||||
builddir="$srcdir/autoconf-archive-$pkgver"
|
||||
source="http://open-source-box.org/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
@ -31,4 +31,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="2aa271fdd67fa3caf20e07eb8332d88f7008eefe1df447980d42cb2104313d99947b94ffdb0f6f4b4c8156cfc73d9e0b6c27a5f133c6b73787ef641d9951be90 autoconf-archive-2017.09.28.tar.xz"
|
||||
sha512sums="301832a02b1913dd46cc34f6479264b37032d78457b2df526f0aafc752996972ca9c74fdae68fbe0f490268019c45329d564f263cbaff30203bbb4b4a8d5ad5f autoconf-archive-2018.03.13.tar.xz"
|
||||
|
Loading…
Reference in New Issue
Block a user