mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
22 lines
357 B
Plaintext
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'
|