summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin.mock/packages/mirror-sourceware-broken/package.py
blob: bf8b6ca06f7d82b0f21d5c9d05d21cf05e561cf5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                                                         













                                                                                               
# Copyright 2013-2022 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 MirrorSourcewareBroken(AutotoolsPackage, SourcewarePackage):
    """Simple sourceware.org package"""

    homepage = "https://sourceware.org/bzip2/"
    url      = "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"

    version('1.0.8', sha256='ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269')