#!/bin/sh -e
autoreconf -fis
./configure \
--prefix=/usr \
--localstatedir=/var
make
make DESTDIR="$1" install