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

- generate scripts for rdiff-backup from built (aka develop egg)

   version of rdiff-backup to have virtually no system dependency


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40008 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f1002f0
......@@ -15,15 +15,11 @@ rpath =
${librsync:location}/lib/
[rdiff-backup]
# Note: To avoid system dependency on librsync-devel this egg can be split
# into custom part to build against local librsync and part to generate
# scripts
# XXX: Force unzipping, as rdiff-backup does not depends on setuptools and
# thanks to unzipping it is not needed to have custom egg
# Scripts only generation part for rdiff-backup
unzip = true
recipe = zc.recipe.egg
eggs =
${rdiff-backup-build:egg}
entry-points =
rdiff-backup=rdiff_backup.Main:Main
arguments = sys.argv[1:]
find-links = http://download.savannah.nongnu.org/releases/rdiff-backup/rdiff-backup-1.0.5.tar.gz
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