#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"