Commit 2b1c3dbb authored by Łukasz Nowak's avatar Łukasz Nowak

- build boost, but as it is using extremely non standard way, use

   plone.recipe.command for now


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40028 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8b974285
[buildout]
parts =
boost-lib
[boost-lib-download]
recipe = hexagonit.recipe.download
url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_43_0.tar.gz
md5sum = 734565ca4819bf04bd8e903e116c3fb1
strip-top-level-dir = true
[boost-lib]
recipe = plone.recipe.command
source = ${boost-lib-download:location}
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command =
rm -fr ${:destination}
mkdir -p ${:destination}
cd ${:source}
./bootstrap.sh --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
./bjam install
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