#!/bin/sh -e ./configure \ --prefix="$KISS_PREFIX" \ --libdir="$KISS_PREFIX/$KISS_LIBDIR" \ --shared make make DESTDIR="$1" install