#!/bin/sh -e ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --disable-rpath \ --without-gettext \ --disable-python make make DESTDIR="$1" install