Instructions on how to make a stooop package (in the Tcl sense):

First, you must install stooop version 4.1 or above as a package. If
you do not have the stooop extension yet, get it from any of the
following locations:

http://jfontain.free.fr/
or somewhere in ftp://ftp.neosoft.com/pub/tcl/

Once the stooop package is working and installed, you are ready to
install scwoop as a package. Choose a directory where the package
should be installed (for example /usr/local/lib/scwoop, but you may
choose another: look at the pkg_mkIndex manual page for more
information (well look at it any case :-)).

Now type (for an installation in /opt/tcltk/lib, could also be done in
/usr/local/lib/):

$ mkdir /opt/tcltk/lib/scwoop
$ instapkg.tcl /opt/tcltk/lib/scwoop

To test if it works:

$ cd ..
$ wish8.3 scwoop-4.1/demo.tcl

should successfully launch the scwoop demonstration application.
