3 ../librsync/buildout.cfg
4 ../coreutils/buildout.cfg
9 recipe = zc.recipe.egg:custom
12 ${librsync:location}/include/
14 ${librsync:location}/lib/
16 ${librsync:location}/lib/
17 # If you need another release, override this link
18 # and pin the egg in the [versions] section of the stack or SR.
19 find-links = http://pkgs.fedoraproject.org/repo/pkgs/rdiff-backup/rdiff-backup-1.0.5.tar.gz/fa2a165fa07a94be52c52e3545bc7758/rdiff-backup-1.0.5.tar.gz
22 # Scripts only generation part for rdiff-backup
23 recipe = zc.recipe.egg
25 ${rdiff-backup-build:egg}
27 rdiff-backup=rdiff_backup.Main:Main
28 arguments = sys.argv[1:]
31 # Shared binary location to ease migration
32 recipe = plone.recipe.command
34 update-command = ${:command}
35 command = ${coreutils-output:test} -x ${:rdiff-backup}
36 rdiff-backup = ${buildout:directory}/bin/rdiff-backup