easyconfigs-it4i/a/Autoconf/Autoconf-2.69-GCC-6.3.0-2.27.eb
2017-03-09 11:57:40 +01:00

27 lines
929 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': 'GCC', 'version': '6.3.0-2.27'}
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'