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