krumple 0.2 (Jan 15, 2000)

To install just copy the file 'krumple' to wherever you want it.

After installing, you may run krumple in one of the ways:
1. krumple mypackage-0.2.tgz
2. krumple *.tgz
3. krumple mypackage-0.2.tgz otherpackage-0.1.tgz
3. cat mypackage-0.2.tgz | krumple
4. tar cf - mypackage-0.2/ | krumple

An installer for the package (or packages, when specifying more than one)
is created in the current directory. When you distribute the installer, you
do not need to distribute the .tgz package, since it is contained within the
installer.

The command line options supported by installer are:

Usage: mypackage-0.2.installer [ -gui | -text | -textwin | -tgz | -f | -q ]

-gui:     Run the installer in GUI mode (not yet implemented).
-text:    Run the installer in text mode (default when not running under X).
-textwin: Run the installer in text mode, in a new terminal window (default).
-tgz:     Reconstruct the file mypackage-0.2.tgz to the current directory.
-f:       Print files contained in the package (in the format of "kiss -f")
-q:       Print information about the package (in the format of "kiss -q")

Any other options prints a usage message similar to that above.


Please report any problems to yannaigo@leyada.jlm.k12.il.
