#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-hwdb \
--disable-introspection
make
make DESTDIR="$1" install