buildout.cfg 912 Bytes
Newer Older
1 2
# profile to install openoffice from binary (needs host detection)
[buildout]
3 4 5
parts =
  openoffice-bin

6 7 8 9 10 11 12 13
[configuration]
openoffice-bin_arch = X86_64 # autodetection required
openoffice-bin_system = Linux # autodetection required
openoffice-bin_version = 3.1.1
openoffice-bin_base =
  http://download.services.openoffice.org/files/stable/${:openoffice-bin_version}
openoffice-bin_target_dir = OOO310_m19_native_packed-2_en-US.9420

14 15 16 17 18
[openoffice-bin]
# XXX: This recipe seems to not support new open office layout
# XXX: This recipe does not reuse download-cache
recipe = z3c.recipe.openoffice
install-pyuno-egg = yes
19 20 21 22
hack-openoffice-python = yes
download-url =
  ${configuration:openoffice-bin_base}/OOo_${configuration:openoffice-bin_version}_${configuration:openoffice-bin_system}${configuration:openoffice-bin_arch}_install_wJRE_en-US.tar.gz
unpack-name = ${configuration:openoffice-bin_target_dir}
23
version = 3