mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
22 lines
455 B
Plaintext
22 lines
455 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Automake'
|
|
version = "1.13.4"
|
|
|
|
homepage = 'http://www.gnu.org/software/automake/automake.html'
|
|
description = "Automake: GNU Standards-compliant Makefile generator"
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [('Autoconf', '2.69')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/automake', 'bin/aclocal'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'devel'
|