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