buildout.cfg 460 Bytes
Newer Older
1 2 3
[buildout]
parts = babeld

4 5 6 7 8 9 10
[babeld-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/babeld.git
branch = master
git-executable = ${git:location}/bin/git
revision = hmac-nxd1

11 12
[babeld]
recipe = slapos.recipe.cmmi
13 14
path = ${babeld-repository:location}
make-options = CC='gcc -std=gnu99'
15 16 17
configure-command =
  echo "No configure.."

18 19
make-targets =
  install PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}