the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: duplicity
Version: 0.4.10
Revision: 1
Description: Encrypted backup using rsync algorithm
License: GPL
Homepage: http://duplicity.nongnu.org/
Maintainer: Murali Vadivelu
# Dependencies.
BuildDepends: librsync (>= 0.9.7-1002)
Depends: python25, librsync-shlibs (>= 0.9.7-1002), gnupg, gnupg-interface-py25, ncftp, boto-py25, pexpect-py25 (>= 2.3-1)
# Unpack Phase.
Source: http://savannah.nongnu.org/download/%n/%n-%v.tar.gz
Source-MD5: b976c033000c1231e2995618882e211b
# Patch Phase.
Patch: %n.patch
# Compile Phase.
CompileScript: %p/bin/python2.5 setup.py build
# Install Phase.
InstallScript: %p/bin/python2.5 setup.py install --prefix=%p --root=%d
DocFiles: CHANGELOG COPYING README
# Documentation.
DescDetail: <<
Duplicity backs directories by producing encrypted
tar-format volumes and uploading them to a remote
or local file server. Because duplicity uses
librsync, the incremental archives are space
efficient and only record the parts of files that
have changed since the last backup. Because
duplicity uses GnuPG to encrypt and/or sign these
archives, they will be safe from spying and/or
modification by the server.
The duplicity package also includes the rdiffdir
utility. Rdiffdir is an extension of librsync's
rdiff to directories---it can be used to produce
signatures and deltas of directories as well as
regular files. These signatures and deltas are in
GNU tar format.
<<