2021-01-02 15:10:28 +08:00
|
|
|
# Copyright 2013-2021 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
|
|
|
|
2020-04-15 11:54:16 +08:00
|
|
|
class Fontcacheproto(AutotoolsPackage, XorgPackage):
|
2016-10-12 00:42:20 +08:00
|
|
|
"""X.org FontcacheProto protocol headers."""
|
2016-06-16 15:56:53 +08:00
|
|
|
|
2021-09-02 14:46:27 +08:00
|
|
|
homepage = "https://cgit.freedesktop.org/xorg/proto/fontcacheproto"
|
2020-04-15 11:54:16 +08:00
|
|
|
xorg_mirror_path = "proto/fontcacheproto-0.1.3.tar.gz"
|
2016-06-16 15:56:53 +08:00
|
|
|
|
2019-10-11 13:44:41 +08:00
|
|
|
version('0.1.3', sha256='759b4863b55a25bfc8f977d8ed969da0b99b3c823f33c674d6da5825f9df9a79')
|