xlockmore: updated to 5.26.1

This commit is contained in:
Simone Rota 2008-09-30 23:19:48 +00:00
parent 43a53416b2
commit 4bfebc1642
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
bd962b1dfa55ede6137c100bde834ee1 xlockmore-5.23.tar.bz2
db7faeb82074a5a1593ce60297c13f20 xlockmore-5.26.1.tar.bz2

View File

@ -5,19 +5,20 @@
# Depends on: gtk, fortune
name=xlockmore
version=5.23
version=5.26.1
release=1
source=(http://www.tux.org/pub/tux/xlockmore/$name-$version.tar.bz2)
source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$name-$version.tar.bz2)
build(){
cd $name-$version
./configure --prefix=/usr --enable-vtlock --enable-syslog \
--enable-multiple-user --enable-multiple-root \
--disable-magick --without-motif --with-opengl \
--with-esound
--without-esound
make
make prefix=$PKG/usr xapploaddir=$PKG/etc/X11/app-defaults install
if [ -d $PKG/usr/lib ]; then
rm -rf $PKG/usr/lib
fi
mv $PKG/usr/share/man $PKG/usr
}