cloudooo.cfg 1.28 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[buildout]
extensions =
  slapos.tool.rebootstrap
  slapos.zcbworkarounds
  mr.developer

find-links = http://www.nexedi.org/static/packages/source/slapos.buildout/
    http://dist.repoze.org
    http://www.nexedi.org/static/packages/source/

extends =
  ../component/libreoffice-bin/buildout.cfg 
  ../component/lxml-python/buildout.cfg
  ../component/python-2.6/buildout.cfg
  ../component/python-2.7/buildout.cfg
  ../component/xorg/buildout.cfg
  ../component/fonts/buildout.cfg
  ../component/xpdf/buildout.cfg
  ../component/imagemagick/buildout.cfg
  ../component/pdftk/buildout.cfg
  ../component/ffmpeg/buildout.cfg
  ../component/file/buildout.cfg
23
  ../component/cloudooo/buildout.cfg
24 25 26 27 28 29 30 31 32 33

versions = versions

parts =
  libreoffice-bin

# basic Xorg
  libXdmcp
  libXext
  libXau
34 35
  libXinerama
  libSM
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

# fonts
  liberation-fonts
  ipaex-fonts

# Dependencies
  imagemagick
  file
  xpdf 
  pdftk
  ffmpeg

  instance-recipe-egg
  bootstrap2.6
  cloudooo

[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.6
eggs =
  ${lxml-python:egg}
# instantiation egg
Rafael Monnerat's avatar
Rafael Monnerat committed
58
  ${instance-recipe:egg}
59 60 61 62 63 64 65 66 67 68 69 70

[bootstrap2.6]
python = python2.6

[rebootstrap]
# Default first version of rebootstrapped python
version = 2
section = python2.7

[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-001