tce-load -i dbus-glib-dev python-dev

cd dbus-python-1.1.1

cp /tmp/tcloop/{python, python-dev}/usr/local/include/python2.7 -> /usr/local/include

PYTHON_INCLUDES="-I/usr/local/include/python2.7" CFLAGS="-mtune=generic -Os -pipe" CXXFLAGS="-mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local

make
make install

