#!/bin/sh -e ./configure \ --prefix=/usr \ --disable-error-on-warning \ --disable-static make make DESTDIR="$1" install