# Built with EasyBuild version 2.1.1 on 2015-09-08_14-18-26
# Built with EasyBuild version 2.1.1 on 2015-08-17_08-12-48
easyblock = 'ConfigureMake'

name = 'libtool'
version = '2.4.2'

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 = SYSTEM

sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://ftp.gnu.org/gnu/%s' % name.lower()]

moduleclass = 'lib'