From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/rdiff-backup/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community/rdiff-backup/PKGBUILD (limited to 'community/rdiff-backup/PKGBUILD') diff --git a/community/rdiff-backup/PKGBUILD b/community/rdiff-backup/PKGBUILD new file mode 100644 index 000000000..3a25addab --- /dev/null +++ b/community/rdiff-backup/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 86773 2013-03-22 00:29:53Z eric $ +# Maintainer: Lukas Fleischer +# Contributor: Aaron Schaefer +# Contributor: Erwin Van de Velde + +pkgname=rdiff-backup +pkgver=1.2.8 +pkgrel=5 +pkgdesc='A utility for local/remote mirroring and incremental backups.' +arch=('i686' 'x86_64') +url='http://www.nongnu.org/rdiff-backup/' +license=('GPL') +depends=('python2' 'librsync') +optdepends=('pylibacl: access control list support' + 'pyxattr: extended attribute support') +source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}) +md5sums=('1a94dc537fcf74d6a3a80bd27808e77b' + '3b88b18eb43ac85bc70b8dce92e958ba') + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + python2 setup.py install --root="${pkgdir}" -O1 + + # Fix for FS#18848 + sed -i 's|python2|python2 -W ignore::DeprecationWarning|' "${pkgdir}/usr/bin/rdiff-backup" +} -- cgit v1.2.3-54-g00ecf