summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/scrnsaverproto/package.py
blob: aa78b6199e98d98c761ba6758be43f91d3e1868a (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-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 Scrnsaverproto(AutotoolsPackage):
    """MIT Screen Saver Extension.

    This extension defines a protocol to control screensaver features
    and also to query screensaver info on specific windows."""

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

    version('1.2.2', '21704f1bad472d94abd22fea5704bb48')

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