#!/bin/sh -e

./configure \
    --prefix=/usr \
    --enable-shared \
    --disable-rpath

make
make DESTDIR="$1" install