#!/bin/sh -e

./configure \
    --prefix=/usr \
    --mandir=/usr/share/man \
    --localstatedir=/var

make
make DESTDIR="$1" install