cloudooo.cfg 1.32 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
[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 =
12
  ../component/libreoffice-bin/buildout.cfg 
13
  ../component/libpng/buildout.cfg
14 15 16 17 18 19 20 21 22 23
  ../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
24
  ../component/cloudooo/buildout.cfg
25 26 27 28

versions = versions

parts =
29
  libreoffice-bin
30 31 32 33 34

# basic Xorg
  libXdmcp
  libXext
  libXau
35
  libSM
36
  libXrender
37 38 39 40 41 42

# fonts
  liberation-fonts
  ipaex-fonts

# Dependencies
43
  libpng12
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
  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
60
  ${instance-recipe:egg}
61 62 63 64 65 66 67 68 69 70 71 72

[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