#!/bin/sh -e
sed -i'' 's/pthread-stubs //' configure
./configure \
--prefix=/usr \
--disable-build-docs
make
make DESTDIR="$1" install