#!/bin/sh -e export CFLAGS="$CFLAGS -fPIC" ./configure \ --prefix=/usr \ --libdir=/usr/lib \ --enable-static make make DESTDIR="$1" install