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 local_complexity of using shared libraries
 behind a consistent, portable interface."""

toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}

sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]

dependencies = [('M4', '1.4.18')]

moduleclass = 'lib'