summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxtst/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libxtst/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libxtst/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/libxtst/package.py b/var/spack/repos/builtin/packages/libxtst/package.py
index 0d16643f94..aaff481afc 100644
--- a/var/spack/repos/builtin/packages/libxtst/package.py
+++ b/var/spack/repos/builtin/packages/libxtst/package.py
@@ -25,7 +25,7 @@
from spack import *
-class Libxtst(Package):
+class Libxtst(AutotoolsPackage):
"""libXtst provides the Xlib-based client API for the XTEST & RECORD
extensions.
@@ -51,9 +51,3 @@ class Libxtst(Package):
depends_on('inputproto', type='build')
depends_on('pkg-config@0.9.0:', type='build')
depends_on('util-macros', type='build')
-
- def install(self, spec, prefix):
- configure('--prefix={0}'.format(prefix))
-
- make()
- make('install')