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