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