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