#!/bin/sh -e

./configure \
	--prefix=/usr \
	--disable-nls \
	--enable-shared
make
make DESTDIR="$1" install