x.org packages: mirror mixin
overhaul all x.org packages to use available mirrors.
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Libxaw3d(AutotoolsPackage):
|
||||
class Libxaw3d(AutotoolsPackage, XorgPackage):
|
||||
"""Xaw3d is the X 3D Athena Widget Set.
|
||||
Xaw3d is a widget set based on the X Toolkit Intrinsics (Xt) Library."""
|
||||
|
||||
homepage = "http://cgit.freedesktop.org/xorg/lib/libXaw3d"
|
||||
url = "https://www.x.org/archive/individual/lib/libXaw3d-1.6.2.tar.gz"
|
||||
xorg_mirror_path = "lib/libXaw3d-1.6.2.tar.gz"
|
||||
|
||||
version('1.6.2', sha256='847dab01aeac1448916e3b4edb4425594b3ac2896562d9c7141aa4ac6c898ba9')
|
||||
|
||||
|
Reference in New Issue
Block a user