#!/bin/sh -e ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=release \ --with-platforms=x11,drm make make DESTDIR="$1" install