From e1d5db60c0fadfa5c319656836f103f654276888 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 21 Jun 2018 02:24:37 -0500 Subject: system/automake: [PD] no maintainer, fix license, enable check --- system/automake/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'system/automake/APKBUILD') diff --git a/system/automake/APKBUILD b/system/automake/APKBUILD index aa96c60b0..a6e38432e 100644 --- a/system/automake/APKBUILD +++ b/system/automake/APKBUILD @@ -1,11 +1,11 @@ -# Maintainer: Natanael Copa +# Maintainer: pkgname=automake pkgver=1.15.1 pkgrel=1 pkgdesc="A GNU tool for automatically creating Makefiles" url="https://www.gnu.org/software/automake" arch="noarch" -license="GPL-2.0-or-later MIT Public-Domain" +license="GPL-2.0+ AND MIT AND Public-Domain" depends="perl" makedepends="autoconf" checkdepends="bash gzip coreutils diffutils" @@ -13,9 +13,6 @@ subpackages="$pkgname-doc" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -# many tests have bashisms -options="!check" - build() { cd "$builddir" ./configure \ -- cgit v1.2.3-60-g2f50