#!/bin/sh -e ./configure \ --disable-nls \ --enable-animation \ --prefix=/usr make make DESTDIR="$1" install