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