milis/talimatname/genel/xlockmore/talimat

23 lines
639 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: X Pencere Sistem Kilidi Ekranı
# URL: http://www.tux.org/~bagleyd/xlockmore.html
# Packager: milisarge
# Depends on: gtk2 fortune
name=xlockmore
version=5.49
release=1
source=(http://sillycycle.com/xlock/recent-releases/xlockmore-$version.tar.xz)
build(){
cd $name-$version
./configure --prefix=/usr --enable-vtlock --enable-syslog \
--enable-multiple-user --enable-multiple-root \
--without-motif --with-opengl --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
}