summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xf86dgaproto/package.py
blob: b42c3bdb8d00d5b06233d6cf44f4ca309eac548b (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 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', '1fe79dc07857ad3e1fb8b8f2bdd70d1b')