buildout.cfg 514 Bytes
Newer Older
1
[buildout]
2 3
extends = 
  ../coreutils/buildout.cfg
4

5
parts = dash-output
6 7

[dash]
8
recipe = slapos.recipe.cmmi
9 10 11 12 13 14
url = http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.7.tar.gz
md5sum = f6cedb10ae7258adb5ab17a10ae80d51
configure-options =
  --disable-static
  --disable-fnmatch
  --disable-glob
15 16 17 18 19 20 21 22

[dash-output]
# Shared binary location to ease migration
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = ${coreutils-output:test} -x ${:dash}
dash = ${dash:location}/bin/dash