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