mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
27 lines
494 B
Plaintext
27 lines
494 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 = SYSTEM
|
|
|
|
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'
|