summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/setxkbmap/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/setxkbmap/package.py')
-rw-r--r--var/spack/repos/builtin/packages/setxkbmap/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/setxkbmap/package.py b/var/spack/repos/builtin/packages/setxkbmap/package.py
index db365530c9..2c0f4380e3 100644
--- a/var/spack/repos/builtin/packages/setxkbmap/package.py
+++ b/var/spack/repos/builtin/packages/setxkbmap/package.py
@@ -25,7 +25,7 @@
from spack import *
-class Setxkbmap(Package):
+class Setxkbmap(AutotoolsPackage):
"""setxkbmap is an X11 client to change the keymaps in the X server for a
specified keyboard to use the layout determined by the options listed
on the command line."""
@@ -40,9 +40,3 @@ class Setxkbmap(Package):
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')