InstallScript
-------------

This is a very simple installation script I made for future use. It's
based on GTK so it needs it to compile. All it does is read the file
install.script and install an application. It will start by showing the
user the name of the application, a description of it, and the default
path. The user can change the path. Then the installation begins,
following statements in install.script. These are the accepted values of
install.script:

TITLE: <your application title>
COMMENTS: START
< here goes your comments
  and can be on multiple lines>
EOF COMMENTS
PATH: <default path> ;

After this goes the installation procedure. The allowed commands are:

EXEC: <command>
PRINT: <string>
COPY: <file> <destination, begining by '/'>
MKDIR: <dir>

InstallScript is under GPL. Note that this only applies to InstallScript
(si.c, this README and the binary), not Socket Script or other
applications found on DevPlanet.

You can get a copy of the GPL at
http://www.gnu.org

The latest version of InstallScript can be found at
http://devplanet.fastethernet.net
