Changeset 914
- Timestamp:
- 10/14/07 08:31:07
- Files:
-
- buildout/pcl.buildout/trunk/buildout-deb.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
buildout/pcl.buildout/trunk/buildout-deb.cfg
r901 r914 11 11 postgis 12 12 # gdal 13 maps erver13 mapscript 14 14 PCL-Core 15 15 PCL-GDAL … … 21 21 test-pcl-mapserver 22 22 test-pcl-georss 23 python = custom-python23 python = system-python 24 24 develop = 25 25 src/OWSLib 26 26 src/PCL/PCL-GeoRSS 27 27 28 [custom-python]29 executable = /usr/bin/python2.430 31 28 [interpreter] 32 recipe = zc.recipe.egg :scripts29 recipe = zc.recipe.egg 33 30 eggs = 31 mapscript 34 32 PCL-Core 35 33 PCL-GDAL … … 41 39 zope.interface 42 40 interpreter = python 43 extra-paths = ${mapserver:location}/lib/python2.4/site-packages44 41 45 42 [mapserver] 46 recipe = hexagonit.recipe.cmmi47 url = http://download.osgeo.org/mapserver/mapserver-4.10.2.tar.gz48 strip-top-level-dir = true49 43 configure-options = 50 44 --with-threads … … 57 51 --with-wmsclient 58 52 --with-wfsclient 59 pre-make-hook = ${buildout:hooks-directory}/mapserver.py:pre_make60 53 post-make-hook = ${buildout:hooks-directory}/mapserver.py:post_make_deb 61 keep-compile-dir = true62 54 swig = /usr/bin/swig 63 55 64 65 56 [PCL-MapServer] 66 recipe = zc.recipe.egg:develop67 setup = ${buildout:directory}/src/PCL/PCL-MapServer/setup.py68 57 include-dirs = 69 58 ${mapserver:compile-directory} … … 79 68 /usr/include/python2.4 80 69 library-dirs = 70 /usr/lib 81 71 rpath = 82 72
