#!/bin/sh -e
patch -p1 < 01-links-tabbed.patch
./configure \
--prefix=/usr \
--enable-graphics
make
make DESTDIR="$1" install