# 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'