#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-gcov

make
make DESTDIR="$1" install