easyconfigs-it4i/a/Autoconf/Autoconf-2.68.eb
2019-11-06 13:27:39 +01:00

37 lines
983 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'Autoconf'
version = '2.68'
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 = SYSTEM
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'