easyconfigs-it4i/archive/l/libtool/libtool-2.4.2-foss-2015b.eb
2019-09-23 07:19:27 +02:00

17 lines
502 B
Plaintext

# 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 complexity of using shared libraries
behind a consistent, portable interface."""
toolchain = {'name': 'foss', 'version': '2015b'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://ftp.gnu.org/gnu/%s' % name.lower()]
moduleclass = 'lib'