IGNOREPATH=/ STRIPLIB=y STRIPBIN=y PROGNAME="XFree86 $VERSION" DESC="\ xfree86-xnest (a nested X server) \n\ \n\ Xnest is an experimental nested server for X that acts as both a \n\ client and a server. Xnest is a client of the real server which \n\ manages windows and graphics requests on its behalf. Xnest is a \n\ server to its own clients. Xnest manages windows and graphics \n\ requests on their behalf. To these clients Xnest appears to be a \n\ conventional server." BUILD=1 MAINTAINER="Mark Post " SOURCE=http://www.xfree86.org SUBPKGNAME=xfree86-xnest-$VERSION-s390-$BUILD TAG=OPT subinstall() { echo "Nothing to install for xfree86-xnest" } subspecial() { mkdir -p $SUBPKG/usr/X11R6/bin chown root.bin $SUBPKG/usr/X11R6/bin cp -a $TMP/xm/usr/X11R6/bin/Xnest $SUBPKG/usr/X11R6/bin cd $SUBCTL cat $CWD/slack-desc/slack-desc.xfree86-xnest > slack-desc }