					 Yet Another Midgard Packager
					 ============================

LICENCE:

(C) Torben Nehmer, Linksystem Muenchen <t.nehmer@buero.link-m.de> 2001

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 
 If you do not have access to a copy of the GNU Library General Public 
 License already, write to the Free Software Foundation, Inc., 59 Temple 
 Place - Suite 330, Boston, MA 02111-1307, USA.



1. INSTALLATION
Use the install script. It will copy everything into /usr/local/bin. If you'd
like to change the installation path, you have to edit the yamp script and the
package specific config files.

Perl requirements:
Time::Local;
XML::DOM;
XML::Parser::Expat;


2. USAGE
Short Version:
Use the force - read the source :)

Long Version:
Use the config-dist to create a package specific configuration file. Set the
following Variables:
PACKAGE_NAME : Name of the package itself. It will set the name of the .tar.gz
VERSION		 : The Version number, is inserted into the .tar.gz name.
PACKAGES	 : see 3. PACKAGES below
OTHER_FILES  : Other non-repligarded files that should go into the package.

ALL_COMMANDS : Defines which targets get executed upon yamp config all.
			   The Default should be good enough.

The other Variables are for localisation, CVS is not used yet.



3. PACKAGES
A Midhoo Package is defined by a repligard configuration file and its
corresponding xml file. Naming schema:
<package-name>.conf => Repligard Export Configuration File
<package-name>.xml  => Final XML File, unpacked and changed according to
					   the yamp config file. This name is also used in the
					   case loop in extract-custom-op in the config file.



Have fun!


Comments & Bug Reports to Torben Nehmer <t.nehmer@buero.link-m.de>
