#!/bin/sh -e

./bootstrap.sh
./configure --prefix=/usr
make
make DESTDIR="$1" install