Commit f50c91ee authored by Łukasz Nowak's avatar Łukasz Nowak

- add dcron utility


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44920 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c182b01
[buildout]
parts = dcron
[dcron-patch-nonroot]
recipe = hexagonit.recipe.download
md5sum = 9809edd8e7fc2ef4c9fdae4d3e292cf4
url = http://www.nexedi.org/static/patches/${:filename}
filename = dcron-4.4.noroot.no.globals.patch
download-only = true
[dcron]
recipe = hexagonit.recipe.cmmi
url = http://www.jimpryor.net/linux/releases/dcron-4.4.tar.gz
md5sum = 02d848ba043a9df5bf2102a9f4bc04bd
configure-command = true
patches =
${dcron-patch-nonroot:location}/${dcron-patch-nonroot:filename}
patch-options = -p1
make-options =
PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
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