#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
rm -f "$1/usr/lib/charset.alias"