#!/bin/sh -e ./configure \ --prefix=/usr \ --disable-maintainer-mode \ --with-oniguruma=no make make DESTDIR="$1" install