Introduction ============ This recipe allows to build any type of software in controllable way. Inspired on: * zc.recipe.cmmi * hexagonit.recipe.cmmi Plans ===== Support different build / installation backends: * configure / make / make install * pure make like 'make install TARGET=location' * scons * ant * ... Note: probably name of this recipe is wrong.