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