mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
24 lines
691 B
Plaintext
24 lines
691 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'M4'
|
|
version = '1.4.17'
|
|
|
|
homepage = 'http://www.gnu.org/software/m4/m4.html'
|
|
description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible
|
|
although it has some extensions (for example, handling more than 9 positional parameters to macros).
|
|
GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."""
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.5.0'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline"
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/m4"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|