summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/renderproto/package.py
blob: 0bef29045df5924bde068d56e990471a101ab79a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2023 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.package import *


class Renderproto(AutotoolsPackage, XorgPackage):
    """X Rendering Extension.

    This extension defines the protcol for a digital image composition as
    the foundation of a new rendering model within the X Window System."""

    homepage = "https://cgit.freedesktop.org/xorg/proto/renderproto"
    xorg_mirror_path = "proto/renderproto-0.11.1.tar.gz"

    version("0.11.1", sha256="a0a4be3cad9381ae28279ba5582e679491fc2bec9aab8a65993108bf8dbce5fe")

    depends_on("pkgconfig", type="build")
    depends_on("util-macros", type="build")