IGNOREPATH=/tmp:/proc:/dev:/root:/var:/cdrom:/home:/usr/src STRIPLIB=y STRIPBIN=y VERSION=9.1.0 PROGNAME="Basic Linux filesystem package $VERSION" DESC="\ aaa_base (Basic Linux filesystem package) \n\ \n\ Sets up the empty directory tree for Slackware and adds an email to \n\ root's mailbox welcoming them to Linux. :) This package should be \n\ installed first, and never uninstalled." BUILD=1 MAINTAINER="Mark Post " SOURCE=N/A PKGNAME=aaa_base-$VERSION-s390-$BUILD TAG=ADD compile() { echo "Nothing to compile." } install() { echo "Nothing to install." } special() { cd $PKG tar -zxvpf $CWD/_aaa_base.tar.gz cat $CWD/slackware-version > etc/slackware-version cd $CTL cat $CWD/slack-desc > slack-desc }