#!/bin/sh # $Id$ set -e cd $PKGDIR ./configure --prefix=/usr make make install exit