#!/bin/sh -e CFLAGS='-O2 -w -pipe' CXXFLAGS=$CFLAGS ./configure \ --prefix=/usr make make DESTDIR="$1" install