[Lunar-commits] CVS: moonbase/x11-apps/xlockmore BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1
Florin Braescu
florin at lunar-linux.org
Wed Jul 21 05:41:36 GMT 2004
Update of /var/cvs/lunar/moonbase/x11-apps/xlockmore
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26704
Added Files:
BUILD DEPENDS DETAILS POST_INSTALL
Log Message:
move it from graphics dir. bump the version from 5.11.1 to 5.13.
--- NEW FILE: BUILD ---
(
if module_installed Linux-PAM; then
ENABLE_PAM="--enable-pam"
fi
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
$ENABLE_PAM \
$OPTS &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
optional_depends "glut" "" "" "may be required to view some 3d screen hacks"
--- NEW FILE: DETAILS ---
MODULE=xlockmore
VERSION=5.13
#VERSION=5.11.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/$SOURCE
SOURCE_VFY=md5:c041992b87c0cfa187d945c6dde0d7b2
WEB_SITE=http://www.tux.org/~bagleyd/xlockmore.html
ENTERED=20010922
UPDATED=20040721
SHORT="xlockmore is an enhanced version of xlock."
cat << EOF
xlockmore is an enhanced version of xlock. It incorporates several new
commandline options, which allow you to run it in a window, in the root
window, in a different size/location, change the size of the iconified
window, to install a new colormap and delay locking for use with
xautolock.
EOF
--- NEW FILE: POST_INSTALL ---
if [ -f /etc/pam.d/xlock ] ; then
chmod go+r /etc/pam.d/xlock
fi
More information about the Lunar-commits
mailing list