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