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