******************************************************************************
Recipe for compiling and installing software with or without minitage
******************************************************************************

.. contents::

=======================
Introduction
=======================

<<<<<<< HEAD
=======
This was a collection of recipes which can be use inside or outside a minitage environment.

As they are now all splitted out from this package, we keep only left the
entry points for asccendant compatibility purpose.
the build environment automaticly.
>>>>>>> c5db49e522fdeacfa2feec4e3d2e390ab5382c3e

The egg has those entry point:

    - *printer*: print or dump to a file all versions needed to achieve eggs
<<<<<<< HEAD
=======
      requirements (versions.cfg made easy)
    - *scripts*: install scripts from an egg and install egg dependencies if they
      are not already in the cache
    - *wsgi*: Make a Python paste configuration file eatable by mod_wsgi with
      all the eggs dependencies you need.
>>>>>>> c5db49e522fdeacfa2feec4e3d2e390ab5382c3e

You can browse the code on minitage's following resources:

    - http://git.minitage.org/git/minitage/eggs/minitage.recipe.printer/
    - http://www.minitage.org/trac/browser/minitage/eggs/minitage.recipe.printer

