Commit 5d6b1d17 authored by Łukasz Nowak's avatar Łukasz Nowak

- use locally provided cpio

 - use z3c.recipe.openoffice in version 0.3.1dev6 which allows to choose cpio
   and implementens internally rpm2cpio as small python snippet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44774 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 66b785f0
[buildout]
extends = cpio.cfg
parts =
libreoffice-bin
......@@ -9,7 +10,7 @@ versions = versions
[versions]
# special version of z3c.recipe.openoffice with architecture autodetection
z3c.recipe.openoffice = 0.3.1dev5
z3c.recipe.openoffice = 0.3.1dev6
[libreoffice-bin]
recipe = z3c.recipe.openoffice
......@@ -19,3 +20,5 @@ hack-openoffice-python = no
flavour = libreoffice
# here, two %s are used, first one is for directory name (eg. x86_64), and second one is for filename (eg. x86-64).
base-url = http://download.documentfoundation.org/libreoffice/stable/3.3.2/rpm/%s/LibO_3.3.2_Linux_%s_install-rpm_en-US.tar.gz
cpio = ${cpio:location}/bin/cpio
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment