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