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