easyconfigs-it4i/a/Automake/Automake-1.15.1.eb
Lukáš Krupčík 5ecd83982f new file: a/Automake/Automake-1.15.1.eb
new file:   a/Autotools/Autotools-20170619.eb
	new file:   e/ELPA/ELPA-2015.02.002-intel-2018a.eb
	new file:   e/ELPA/ELPA-2017.11.001-intel-2018a.eb
	new file:   w/WIEN2k/WIEN2k-18.2-intel-2018a.eb
2019-06-11 08:39:15 +02:00

27 lines
520 B
Plaintext

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