# Note: depends on libfakekey
# Note: depends on libXft
wget -c http://downloads.yoctoproject.org/releases/matchbox/matchbox-keyboard/0.1/matchbox-keyboard-0.1.tar.bz2
tar -xjf matchbox-keyboard-0.1.tar.bz2
cd matchbox-keyboard-0.1
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install