#!/bin/sh -e ./configure \ --prefix=/usr \ --without-sasl make make DESTDIR="$1" install