easyconfigs-it4i/t/Tar/Tar-1.29.eb

22 lines
384 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 = {'name': 'system', 'version': ''}
sanity_check_paths = {
'files': ['bin/tar'],
'dirs': []
}
moduleclass = 'tools'