# Description: X Window System Lock Screen # URL: http://sillycycle.com/xlockmore.html # Maintainer: Erich Eckner, crux at eckner dot net # Contributor: Thomas Penteker, tek at serverop dot de # Packager: Daniel Mueller, daniel at danm dot de # Depends on: fortune glu xorg-libxmu xorg-libxpm # !suid usr/bin/xlock name=xlockmore version=5.85 release=1 source=("https://sillycycle.com/xlock/xlockmore-${version}.tar.xz") build() { cd $name-$version export CFLAGS="${CFLAGS} -Wno-incompatible-pointer-types" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --enable-appdefaultdir=/usr/share/X11/app-defaults \ --enable-vtlock \ --enable-syslog \ --enable-multiple-user \ --enable-multiple-root \ --with-opengl \ --without-ftgl \ --without-gtk \ --without-gtk2 \ --without-motif \ --without-esound make install -d $PKG//usr/share/xlock/sounds make DESTDIR=$PKG install }