Metadata-Version: 1.0
Name: collective.recipe.mxbase
Version: 0.1
Summary: A buildout recipe to install eGenix mx.base (mx.DateTime, mx.TextTools...)
Home-page: http://svn.plone.org/svn/collective/buildout/collective.recipe.mxbase
Author: Jean-Francois Roche
Author-email: jfroche@affinitic.be
License: GPL
Description: MxBase recipe
        =============
        
        As there isn't available eggs for Egenix mx base
        (http://www.egenix.com/products/python/mxBase/ ). This recipe will download
        the tarball, build it and link it for you inside your buildout.
        
        Usage:
        
        Define the recipe and add it to the buildout parts. Ex:
        
        
        [buildout]
        parts =
        mx-base
        ...
        
        [mx-base]
        recipe = collective.recipe.mxbase
        
        
        If you use buildout for zope 2 don't forget to add the created egg to your
        zope2instance:
        
        
        [instance]
        recipe = plone.recipe.zope2instance
        ...
        eggs =
        ...
        egenix-mx-base
        
        
        
Keywords: build mx.Base
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: Framework :: Buildout
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
