********************************************
Recipe for compiling and installing software
********************************************

.. contents::

The recipe provides the means to compile and install source distributions
using ``configure`` and ``make`` and other similar tools. It is inspired by
the zc.recipe.cmmi_ recipe but provides more control over the build process.

Repository: http://github.com/hexagonit/hexagonit.recipe.cmmi

Clone URL: git clone git://github.com/hexagonit/hexagonit.recipe.cmmi.git

Issue tracker: http://github.com/hexagonit/hexagonit.recipe.cmmi/issues

.. _zc.recipe.cmmi : http://pypi.python.org/pypi/zc.recipe.cmmi
