Well its not as easy as i thougt..
I could build and install bluez, but when i try to start bluetoothctl it gets stuck and when i abort with ctrl+c i get the following error:
[bluetooth]#
process 6321: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2821.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
I guess i have to try a little more..
EDIT:
Okay after manually starting dbus (sudo /usr/local/etc/init.d/dbus start) bluetoothctl doesn't give an error anymore, but its till stuck.. I have read that this is properly because bleutootd is not running..
The problem is: how do i get it runnign?