#!/bin/sh opt64bit="--disable-64bit" case "$ARCH" in x86_64|ppc64*) opt64bit="--enable-64bit" esac cd unix rm -fr pkgs/sqlite3* ./configure \ $opt64bit \ --build="$BUILD" \ --host="$HOST" \ --prefix="$PREFIX"