diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-21 02:24:37 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-21 02:24:37 -0500 |
commit | e1d5db60c0fadfa5c319656836f103f654276888 (patch) | |
tree | 938ca8d0020c6f89ee4227416beb40d8c6829160 /system/automake | |
parent | 3e23c5f6db94750dab8a45aeaabed9d425030f5d (diff) | |
download | packages-e1d5db60c0fadfa5c319656836f103f654276888.tar.gz packages-e1d5db60c0fadfa5c319656836f103f654276888.tar.bz2 packages-e1d5db60c0fadfa5c319656836f103f654276888.tar.xz packages-e1d5db60c0fadfa5c319656836f103f654276888.zip |
system/automake: [PD] no maintainer, fix license, enable check
Diffstat (limited to 'system/automake')
-rw-r--r-- | system/automake/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
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 <ncopa@alpinelinux.org> +# 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 \ |