Hehe...
Using gentoo. As long as you're using 1.3 and above, all you need to do is emerge the dependencies (qt whatever, libpcap, forgot the rest.. though nothing other than maybe libpcap that wouldn't be installed on an average desktop system by default anyway) and then:
Code:
export CVSROOT=whateveritwasIcan'tremember
cvs login
cvs checkout showeq
cd showeq
make -f Makefile.dist
./configure
make
make install
Would install it. Don't need to deal with special qt versions/special variables etc. because everything is build with gcc 3.1 or above and the correct variables are set by default.
I can't see there being a need for a gentoo ebuild, simply because of how easy it is.