CVS: moonbase/x11-utils/root-tail BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1
Moritz Heiber
moe at lunar-linux.org
Sat Nov 15 11:29:17 GMT 2003
Update of /var/cvs/lunar/moonbase/x11-utils/root-tail
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27042
Added Files:
BUILD DEPENDS DETAILS PRE_BUILD
Log Message:
Adding new root-tail module to the moonbase. Since xfdesktop is no longer occupieing the root window every XFce4 may use it as well ;-)
--- NEW FILE: BUILD ---
(
make &&
# Put root-tail in place
cp root-tail /usr/bin/ &&
cp root-tail.man /usr/share/man/man1/
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends xfree86
--- NEW FILE: DETAILS ---
MODULE=root-tail
VERSION=0.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.goof.com/pcg/marc/data/$SOURCE
WEB_SITE=http://www.gkrellm.net
ENTERED=20031115
UPDATED=20031115
SHORT="root-tail tails a file in your X root window"
cat << EOF
Quote from the author:
In my opinion, this program is a pile of crap which gets
crappier with every patch, but it is also sooo useful ;*)
It's purpose is to display logfiles in different colours
on your root-window. That is, it works just like tail -f.
EOF
--- NEW FILE: PRE_BUILD ---
# Unpack sources
cd $BUILD_DIRECTORY
unpack $SOURCE
# We need a Makefile
cd $SOURCE_DIRECTORY
cp Makefile.simple Makefile
More information about the Lunar-commits
mailing list