#!/bin/sh -e

cd source

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