# IT4Innovations # LK 2022 easyblock = 'ConfigureMake' name = 'Automake' version = "1.16.4" homepage = 'http://www.gnu.org/software/automake/automake.html' description = "Automake: GNU Standards-local_compliant Makefile generator" toolchain = SYSTEM source_urls = ['https://mirror.checkdomain.de/gnu/automake/'] sources = [SOURCELOWER_TAR_GZ] dependencies = [ ('Autoconf', '2.71'), ] sanity_check_paths = { 'files': ['bin/automake', 'bin/aclocal'], 'dirs': [] } moduleclass = 'devel'