summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/mirror-xorg/package.py
blob: 14c5f8e936b7a6755b5c4c3a18dbf05983b363ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2023 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.package import *


class MirrorXorg(AutotoolsPackage, XorgPackage):
    """Simple x.org package"""

    homepage = "http://cgit.freedesktop.org/xorg/util/macros/"
    xorg_mirror_path = "util/util-macros-1.19.1.tar.bz2"

    version("1.19.1", sha256="18d459400558f4ea99527bc9786c033965a3db45bf4c6a32eefdc07aa9e306a6")