summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xcmiscproto/package.py
blob: 6b090ad188da0d8c622c6d78be49b3983e634830 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 Xcmiscproto(AutotoolsPackage):
    """XC-MISC Extension.

    This extension defines a protocol that provides Xlib two ways to query
    the server for available resource IDs."""

    homepage = "http://cgit.freedesktop.org/xorg/proto/xcmiscproto"
    url      = "https://www.x.org/archive/individual/proto/xcmiscproto-1.2.2.tar.gz"

    version('1.2.2', 'ded6cd23fb2800df93ebf2b3f3b01119')

    depends_on('pkgconfig', type='build')
    depends_on('util-macros', type='build')