wget -c http://www.x.org/releases/individual/proto/fontsproto-2.1.3.tar.bz2
tar -xjf fontsproto-2.1.3.tar.bz2
cd fontsproto-2.1.3
mkdir -p build
cd build
../configure --prefix="/usr"
make install