easyconfigs-it4i/t/Tar/Tar-1.29.eb
2019-11-06 13:27:39 +01:00

22 lines
357 B
Plaintext

# IT4Innovations 2017
easyblock = 'ConfigureMake'
name = 'Tar'
version = '1.29'
homepage = 'http://www.gnu.org/software/tar/tar.html'
description = "tar: The GNU tape archiver"
source_urls = [GNU_SOURCE]
sources = ['tar-%s.tar.bz2' % version]
toolchain = SYSTEM
sanity_check_paths = {
'files': ['bin/tar'],
'dirs': []
}
moduleclass = 'tools'