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