summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxtrap/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libxtrap/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libxtrap/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/libxtrap/package.py b/var/spack/repos/builtin/packages/libxtrap/package.py
index efb44c34eb..d729ab5826 100644
--- a/var/spack/repos/builtin/packages/libxtrap/package.py
+++ b/var/spack/repos/builtin/packages/libxtrap/package.py
@@ -6,7 +6,7 @@
from spack import *
-class Libxtrap(AutotoolsPackage):
+class Libxtrap(AutotoolsPackage, XorgPackage):
"""libXTrap is the Xlib-based client API for the DEC-XTRAP extension.
XTrap was a proposed standard extension for X11R5 which facilitated the
@@ -19,7 +19,7 @@ class Libxtrap(AutotoolsPackage):
15 years, and uses of it should be quite rare."""
homepage = "http://cgit.freedesktop.org/xorg/lib/libXTrap"
- url = "https://www.x.org/archive/individual/lib/libXTrap-1.0.1.tar.gz"
+ xorg_mirror_path = "lib/libXTrap-1.0.1.tar.gz"
version('1.0.1', sha256='db748e299dcc9af68428795b898a4a96cf806f79b75786781136503e4fce5e17')