#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xkb-rules-symlink=xfree86,xorg \
--enable-compat-rules \
--without-xsltproc
make
make DESTDIR="$1" install