#!/bin/sh -e ./configure \ --prefix=/usr \ --libexecdir=/usr/bin \ --localstatedir=/var \ --disable-dbus make make DESTDIR="$1" install