summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/trapproto/package.py
blob: 8718e15b28f229b4903d68291273dfc2ef604dde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2018 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', '1344759ae8d7d923e64f5eec078a679b')