#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-utf8 \ --enable-unicode-properties make make DESTDIR="$1" install