Changeset 914

Show
Ignore:
Timestamp:
10/14/07 08:31:07
Author:
alexamici
Message:

Sync the buildout-deb.cfg and remove duplicated (and non-modified) lines

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildout/pcl.buildout/trunk/buildout-deb.cfg

    r901 r914  
    1111    postgis 
    1212#    gdal 
    13     mapserver 
     13    mapscript 
    1414    PCL-Core 
    1515    PCL-GDAL 
     
    2121    test-pcl-mapserver 
    2222    test-pcl-georss 
    23 python = custom-python 
     23python = system-python 
    2424develop = 
    2525    src/OWSLib 
    2626    src/PCL/PCL-GeoRSS 
    2727 
    28 [custom-python] 
    29 executable = /usr/bin/python2.4 
    30  
    3128[interpreter] 
    32 recipe = zc.recipe.egg:scripts 
     29recipe = zc.recipe.egg 
    3330eggs = 
     31    mapscript 
    3432    PCL-Core 
    3533    PCL-GDAL 
     
    4139    zope.interface 
    4240interpreter = python 
    43 extra-paths = ${mapserver:location}/lib/python2.4/site-packages 
    4441 
    4542[mapserver] 
    46 recipe = hexagonit.recipe.cmmi 
    47 url = http://download.osgeo.org/mapserver/mapserver-4.10.2.tar.gz 
    48 strip-top-level-dir = true 
    4943configure-options = 
    5044    --with-threads 
     
    5751    --with-wmsclient 
    5852    --with-wfsclient 
    59 pre-make-hook = ${buildout:hooks-directory}/mapserver.py:pre_make 
    6053post-make-hook = ${buildout:hooks-directory}/mapserver.py:post_make_deb 
    61 keep-compile-dir = true 
    6254swig = /usr/bin/swig 
    6355 
    64  
    6556[PCL-MapServer] 
    66 recipe = zc.recipe.egg:develop 
    67 setup = ${buildout:directory}/src/PCL/PCL-MapServer/setup.py 
    6857include-dirs = 
    6958    ${mapserver:compile-directory} 
     
    7968    /usr/include/python2.4 
    8069library-dirs = 
     70    /usr/lib 
    8171rpath =  
    8272