#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-systemd-logind

make
make DESTDIR="$1" install

rm -f "$1/usr/share/X11/xorg.conf.d/10-evdev.conf"