#!/bin/sh -e ./configure \ --prefix=/usr \ CXXFLAGS+=-static make make DESTDIR="$1" install