mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
20 lines
518 B
Plaintext
20 lines
518 B
Plaintext
# It4innovations 2018
|
|
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 = SYSTEM
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3']
|
|
|
|
dependencies = [('M4', '1.4.18')]
|
|
|
|
moduleclass = 'lib'
|