IGNOREPATH=/ STRIPLIB=y STRIPBIN=y PROGNAME="x11-xvfb $VERSION" DESC="\ x11-xvfb (virtual framebuffer X server) \n\ \n\ Xvfb is an X server that can run on machines with no display hardware \n\ and no physical input devices. It emulates a dumb framebuffer using \n\ virtual memory. The primary use of this server is intended to be \n\ server testing. The mfb or cfb code for any depth can be exercised \n\ with this server without the need for real hardware that supports the \n\ desired depths. A secondary use is testing clients against unusual \n\ depths and screen configurations." BUILD=1 MAINTAINER="Mark Post " SOURCE=ftp://ftp.x.org/pub/X11R6.7/tars/ SUBPKGNAME=x11-xvfb-$VERSION-s390-$BUILD TAG=OPT subinstall() { echo "Nothing to install for x11-xvfb" } subspecial() { mkdir -p $SUBPKG/usr/X11R6/bin chown root.bin $SUBPKG/usr/X11R6/bin cp -a $TMP/xm/usr/X11R6/bin/Xvfb $SUBPKG/usr/X11R6/bin cd $SUBCTL cat $CWD/slack-desc/slack-desc.x11-xvfb > slack-desc }