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

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

15 16
[openoffice-bin]
recipe = z3c.recipe.openoffice
Łukasz Nowak's avatar
Łukasz Nowak committed
17
install-pyuno-egg = no
Łukasz Nowak's avatar
Łukasz Nowak committed
18
hack-openoffice-python = no
19 20 21
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}
22
# below version is internally used in recipe
23
version = 3
24 25 26

[requirements]
binary =
Łukasz Nowak's avatar
Łukasz Nowak committed
27
  cpio
28
  rpm2cpio