#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-doc \
--disable-nls
make
make DESTDIR="$1" install