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