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