# Compiling Time: 0.03 SBU # Maintainer: DeX77 # Contributor: Cedrick Hannier alias Cedynamix pkgname=duplicity pkgver=0.8.20 pkgrel=1 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm." url="http://duplicity.nongnu.org/" depends=('python>=2.7' 'librsync>=0.9.7' 'gnupg' 'ncftp' 'python-boto>=2.5.2' \ 'python-gnupginterface>=0.3.2' 'python-lockfile' 'python2-setuptools_scm' \ 'python-fasteners') groups=('apps-extra') archs=('x86_64') up2date="Flasttar http://savannah.nongnu.org/download/$pkgname" source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver$pkgextraver.tar.gz) sha1sums=('ef7ade1e7c4feaed242eb6f976389b5452fa4780') build() { Fcd CFLAGS+=" -fno-strict-aliasing" Fexec python setup.py install --root=$Fdestdir --optimize=1 || Fdie } # optimization OK