# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>

_realname=autotools
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2023.09.28
pkgrel=2
pkgdesc="A meta package for the GNU autotools build system (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
  'internal'
)
license=('GPL')
url="https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html"
depends=(
  'autoconf-wrapper'
  'automake-wrapper'
  'make'
  "${MINGW_PACKAGE_PREFIX}-libtool"
  "${MINGW_PACKAGE_PREFIX}-gettext-tools"
  "${MINGW_PACKAGE_PREFIX}-pkgconf"
)
source=(README.md)
sha256sums=('de6ec37dee4875be8e2759dea340f6c1bbdc04457333dc666dcb81b00962a145')
