Skip to content
Snippets Groups Projects
Verified Commit e1d5db60 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/automake: [PD] no maintainer, fix license, enable check

parent 3e23c5f6
No related branches found
No related tags found
No related merge requests found
# 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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment