easyblock = 'ConfigureMake' name = 'libtool' version = '2.4.6' homepage = 'http://www.gnu.org/software/libtool' description = """GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.""" toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'} sources = [SOURCELOWER_TAR_GZ] source_urls = [GNU_SOURCE] dependencies = [('M4', '1.4.18', '', True)] moduleclass = 'lib'