wget -c http://www.x.org/releases/X11R7.7/src/proto/recordproto-1.14.2.tar.bz2
tar -xjf recordproto-1.14.2.tar.bz2
cd recordproto-1.14.2
mkdir build
cd build
../configure --prefix="/usr"
make install