#!/usr/bin/sh -e ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ --without-libiberty \ --without-avahi \ --with-included-popt \ --enable-pump-mode make CFLAGS="$CFLAGS -fcommon" make DESTDIR="$1" install