2019-01-01 14:04:23 +08:00
|
|
|
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
2018-10-08 04:52:23 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2016-06-16 15:56:53 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2016-06-16 15:56:53 +08:00
|
|
|
from spack import *
|
|
|
|
|
2016-08-10 16:50:00 +08:00
|
|
|
|
2017-01-19 02:34:09 +08:00
|
|
|
class XorgSgmlDoctools(AutotoolsPackage):
|
2016-10-12 00:42:20 +08:00
|
|
|
"""This package provides a common set of SGML entities and XML/CSS style
|
|
|
|
sheets used in building/formatting the documentation provided in other
|
|
|
|
X.Org packages."""
|
2016-06-16 15:56:53 +08:00
|
|
|
|
2016-10-12 00:42:20 +08:00
|
|
|
homepage = "http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools"
|
|
|
|
url = "https://www.x.org/archive/individual/doc/xorg-sgml-doctools-1.11.tar.gz"
|
2016-06-16 15:56:53 +08:00
|
|
|
|
2019-10-11 13:44:41 +08:00
|
|
|
version('1.11', sha256='986326d7b4dd2ad298f61d8d41fe3929ac6191c6000d6d7e47a8ffc0c34e7426')
|
2016-10-12 00:42:20 +08:00
|
|
|
|
2017-11-23 23:05:38 +08:00
|
|
|
depends_on('pkgconfig', type='build')
|
2016-10-12 00:42:20 +08:00
|
|
|
depends_on('util-macros', type='build')
|