summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xf86rushproto/package.py
blob: 8f917e2e8c55a8b9f5cd8164a8f176ff4595ba2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 Xf86rushproto(AutotoolsPackage):
    """X.org XF86RushProto protocol headers."""

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

    version('1.1.2', '6a6389473332ace01146cccfef228576')