| 1 |
[buildout]
|
| 2 |
parts =
|
| 3 |
openoffice-bin
|
| 4 |
find-links =
|
| 5 |
http://www.nexedi.org/static/packages/source/
|
| 6 |
|
| 7 |
[openoffice-bin]
|
| 8 |
# XXX: This section and recipe have to be reviewed against using
|
| 9 |
# zc.buildout.download API and generally following zc.buildout way
|
| 10 |
# of dealing with remote resources
|
| 11 |
|
| 12 |
#recipe = erp5.recipe.openoffice
|
| 13 |
recipe = z3c.recipe.openoffice
|
| 14 |
install-pyuno-egg = no
|
| 15 |
hack-openoffice-python = no
|
| 16 |
base-url = http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_%s_install-rpm-wJRE_en-US.tar.gz
|
| 17 |
version = 3
|