summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/dmxproto/package.py
blob: 0106b5eb8f2ab11cf54cc301d48088fa050a82e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 Dmxproto(AutotoolsPackage):
    """Distributed Multihead X (DMX) Extension.

    This extension defines a protocol for clients to access a front-end proxy
    X server that controls multiple back-end X servers making up a large
    display."""

    homepage = "http://dmx.sourceforge.net/"
    url      = "https://www.x.org/archive/individual/proto/dmxproto-2.3.1.tar.gz"

    version('2.3.1', sha256='3262bbf5902211a3ce88f5c6ab4528145ff84f69c52fd386ae0312bc45fb8a40')

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