IGNOREPATH=/
STRIPLIB=y
STRIPBIN=y

PROGNAME="x11-xnest $VERSION"
DESC="\
x11-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 <mark.post@eds.com>"
SOURCE=ftp://ftp.x.org/pub/X11R6.7/tars/
SUBPKGNAME=x11-xnest-$VERSION-s390-$BUILD
TAG=OPT

subinstall() {
   echo "Nothing to install for x11-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.x11-xnest > slack-desc
}

