x.org packages: mirror mixin

overhaul all x.org packages to use available mirrors.
This commit is contained in:
Axel Huebl
2020-04-14 20:54:16 -07:00
committed by Todd Gamblin
parent 999c8e3a67
commit d9630b572a
200 changed files with 401 additions and 400 deletions

View File

@@ -6,11 +6,11 @@
from spack import *
class Makedepend(AutotoolsPackage):
class Makedepend(AutotoolsPackage, XorgPackage):
"""makedepend - create dependencies in makefiles."""
homepage = "http://cgit.freedesktop.org/xorg/util/makedepend"
url = "https://www.x.org/archive/individual/util/makedepend-1.0.5.tar.gz"
xorg_mirror_path = "util/makedepend-1.0.5.tar.gz"
version('1.0.5', sha256='503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004')