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