#!/bin/sh -e ./configure \ --prefix=/usr \ --with-msmtpd \ --with-tls=openssl make make DESTDIR="$1" install