summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/trapproto/package.py
blob: 27c5e46e5eec786da93010b29ae44363624de5d8 (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 Trapproto(AutotoolsPackage):
    """X.org TrapProto protocol headers."""

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

    version('3.4.3', sha256='abfb930b5703b5a6ebafe84d0246bd8c6b099ca4a4eab06d1dc0776a8a9b87c1')