summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xf86miscproto/package.py
blob: 9ffe00442fbc170a5240fe91704a69896bbab7ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2021 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 Xf86miscproto(AutotoolsPackage, XorgPackage):
    """This package includes the protocol definitions of the "XFree86-Misc"
    extension to the X11 protocol.  The "XFree86-Misc" extension is
    supported by the XFree86 X server and versions of the Xorg X server
    prior to Xorg 1.6."""

    homepage = "https://cgit.freedesktop.org/xorg/proto/xf86miscproto"
    xorg_mirror_path = "proto/xf86miscproto-0.9.3.tar.gz"

    version('0.9.3', sha256='1b05cb76ac165c703b82bdd270b86ebbc4d42a7d04d299050b07ba2099c31352')