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