#!/bin/sh

cd $SW/build/sip-* && \
    python configure.py && make && make install
