summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xorg-docs/package.py
blob: c0331e2a584ce9b66dcbf5ff9e243a57b152fd48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 XorgDocs(AutotoolsPackage):
    """This package provides miscellaneous documentation for the X Window
    System that doesn't better fit into other packages.

    The preferred documentation format for these documents is DocBook XML."""

    homepage = "http://cgit.freedesktop.org/xorg/doc/xorg-docs"
    url      = "https://www.x.org/archive/individual/doc/xorg-docs-1.7.1.tar.gz"

    version('1.7.1', 'ca689ccbf8ebc362afbe5cc5792a4abd')

    depends_on('pkgconfig', type='build')
    depends_on('util-macros', type='build')
    depends_on('xorg-sgml-doctools@1.8:', type='build')
    depends_on('xmlto', type='build')