description A small X -root window
long_description Greg Parker wrote 'xroot tool', it creates a small X11 window \
that routes input events to the X11 root window. In particular, \
you can click on it to get window manager menus.\
./xroot -display :0 -geometry 100x100+0-0 -color blue\
(100x100 in lower-left corner, colored blue)
checksums md5 a4a1f7f2cceea814380cd7e831b47c3b
homepage http://sealiesoftware.com/
file mkdir ${worksrcpath}
file copy ${distpath}/${distfile} ${worksrcpath}
system "cd ${worksrcpath} && c++ ${distfile} -Wall -L${prefix}/lib -I${prefix}/include -lX11 -o xroot"
xinstall -m 755 ${worksrcpath}/xroot ${destroot}${prefix}/bin/