#!/bin/sh -e ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --with-system-libs make make DESTDIR="$1" install