x.org packages: mirror mixin
overhaul all x.org packages to use available mirrors.
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Imake(AutotoolsPackage):
|
||||
class Imake(AutotoolsPackage, XorgPackage):
|
||||
"""The imake build system."""
|
||||
|
||||
homepage = "http://www.snake.net/software/imake-stuff/"
|
||||
url = "https://www.x.org/archive/individual/util/imake-1.0.7.tar.gz"
|
||||
xorg_mirror_path = "util/imake-1.0.7.tar.gz"
|
||||
|
||||
version('1.0.7', sha256='6bda266a07eb33445d513f1e3c82a61e4822ccb94d420643d58e1be5f881e5cb')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user