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