#!/bin/sh -e

export PYTHON=python2

chmod +x configure

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install