# Description: A screen saver and locker daemon for xorg. # URL: http://www.jwz.org/xscreensaver/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org # Depends on: bc fortune libglade libungif netpbm xorg-libxmu name=xscreensaver version=5.04 release=1 source=(http://www.jwz.org/xscreensaver/xscreensaver-$version.tar.gz) build() { cd xscreensaver-$version exp="s/USE_NLS=yes/USE_NLS=no/; s/ENABLE_NLS 1/ENABLE_NLS 0/" sed -i "$exp" configure ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ --mandir=/usr/man \ --with-x-app-defaults=/etc/X11/app-defaults \ --enable-locking \ --enable-root-passwd \ --with-dpms-ext \ --with-xinerama-ext \ --with-xshm-ext \ --with-proc-interrupts \ --with-shadow \ --with-pixbuf \ --with-jpeg \ --without-motif \ --without-gnome \ --without-gle \ --without-setuid-hacks make make install_prefix=$PKG install rm $PKG/usr/share/xscreensaver/config/README }