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