mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
27 lines
699 B
Plaintext
27 lines
699 B
Plaintext
# IT4Innovations
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = "Coreutils"
|
|
version = "8.30"
|
|
|
|
homepage = 'http://www.gnu.org/software/coreutils/'
|
|
description = """The GNU Core Utilities are the basic file, shell and text manipulation utilities of the
|
|
GNU operating system. These are the core utilities which are expected to exist on every operating system.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.1.0'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
builddependencies = [('local_binutils', '2.30')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/sort', 'bin/echo', 'bin/du', 'bin/date', 'bin/true'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'tools'
|