#!/bin/sh -e
./configure \
--prefix=/usr \
--with-history \
--with-icu
make
make DESTDIR="$1" install