milis/talimatname/genel/x/xlockmore/talimat

24 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.

# Tanım: X Pencere Sistem Kilidi Ekranı
# URL: http://www.tux.org/~bagleyd/xlockmore.html
# Paketçi: milisarge
# Gerekler: gtk2 fortune
# Grup: sistem
isim=xlockmore
surum=5.49
devir=1
kaynak=(http://sillycycle.com/xlock/recent-releases/xlockmore-$surum.tar.xz)
derle(){
cd $isim-$surum
./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
}