# Maintainer: Jonas Witschel # Contributor: Eli Schwartz # Contributor: Daniel Müllner pkgname=autoconf-archive pkgver=2022.02.11 pkgrel=1 epoch=1 pkgdesc="A collection of freely re-usable Autoconf macros" arch=('any') url="https://www.gnu.org/software/autoconf-archive/" license=('GPL3') depends=('autoconf') optdepends=('automake: macros for use with it') source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) sha256sums=('78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c' 'SKIP') validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } check() { cd ${pkgname}-${pkgver} make check } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }