summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xf86dgaproto/package.py
blob: 25f29f1b66a8fdbe15fd3373c539d015ca473979 (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 Xf86dgaproto(AutotoolsPackage):
    """X.org XF86DGAProto protocol headers."""

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

    version('2.1', sha256='73bc6fc830cce5a0ec9c750d4702601fc0fca12d6353ede8b4c0092c9c4ca2af')