#!/bin/sh

cd $SW/build/dbus-python-* && \
./configure --prefix=$SW && make && make install
