summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/coreutils/package.py
blob: eab3c634bc9b650be6120447161f0bcc7352de5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Coreutils(AutotoolsPackage):
    """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.
    """
    homepage = "http://www.gnu.org/software/coreutils/"
    url      = "https://ftpmirror.gnu.org/coreutils/coreutils-8.26.tar.xz"

    version('8.29', '960cfe75a42c9907c71439f8eb436303')
    version('8.26', 'd5aa2072f662d4118b9f4c63b94601a6')
    version('8.23', 'abed135279f87ad6762ce57ff6d89c41')

    build_directory = 'spack-build'