mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
27 lines
926 B
Plaintext
27 lines
926 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Autoconf'
|
|
version = '2.69'
|
|
|
|
homepage = 'http://www.gnu.org/software/autoconf/'
|
|
description = """Autoconf is an extensible package of M4 macros that produce shell scripts
|
|
to automatically configure software source code packages. These scripts can adapt the
|
|
packages to many kinds of UNIX-like systems without manual user intervention. Autoconf
|
|
creates a configuration script for a package from a template file that lists the
|
|
operating system features that the package can use, in the form of M4 macro calls."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [('M4', '1.4.18')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/%s" % x for x in ["autoconf", "autoheader", "autom4te", "autoreconf", "autoscan",
|
|
"autoupdate", "ifnames"]],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|