http://www.linuxgames.com/xqf/index.shtml
svn co https://xqf.svn.sourceforge.net/svnroot/xqf/trunk/xqf && cd xqf && patch -p0 -i ../remove_gtk1_macros.patch && patch -p0 -i ../disable_dns_spawn_helper.patch && sh autogen.sh && ./configure --prefix=/usr --enable-bzip2 --enable-gtk2 && make
make install
Only needed if you are trying to build xqf from a snapshot. When running autogen.sh, autoconf aborts because of undefined macros since I don't have GTK+ installed anymore.