IGNOREPATH=/etc:/home:/var:/dev:/boot:/root:/tmp:/usr/local:/bin:/sbin:/mnt STRIPLIB=n STRIPBIN=n PROGNAME="Linux HOWTOs" VERSION=7.2 DESC="\ HOWTOs from the Linux Documentation Project. \n\ \n\ Documentation on many tasks relating to Linux setup and operation. \n\ \n\ These documents will be installed in /usr/doc/Linux-HOWTOs/." BUILD=1 MAINTAINER="Mark Post " SOURCE=http://www.linuxdoc.org PKGNAME=howto-$VERSION-s390-$BUILD TAG=ADD compile() { echo "Nothing to compile for howtos" } install() { ( cd / ; tar -xvzf $CWD/howto.files.tar.gz ) }