#!/bin/sh -e
./configure \
--with-gtk2 \
--prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR="$1" install