1 # Contributor: polslinux <garrett16@hotmail.it>, jijijaco <jijijaco@gmail.com>
2 # Contributor: Michael Pusterhofer <pusterhofer (at) student (dot) tugraz (dot) at
9 pkgdesc="Déjà Dup is a simple backup program. It hides the complexity of doing backups the 'right way' (encrypted, off-site, and regular) and uses duplicity as the backend."
10 arch=('i686' 'x86_64')
11 url="https://launchpad.net/deja-dup"
13 depends=('nautilus' 'duplicity>=0.6.14' 'libnotify' 'gtk3' 'gnome-keyring' 'gnome-doc-utils>=0.3.2' 'itstool')
14 makedepends=('intltool' 'perl-locale-gettext' 'vala>=0.14' 'pkg-config')
15 optdepends=('python-boto' 'python-rackspace-cloudfiles' 'gnome-control-center')
17 conflicts=('deja-dup' 'deja-dup-new')
18 install=deja-dup.install
19 source=("http://launchpad.net/${_pkgname}/${_pkgmain}/${pkgver}/+download/${_pkgname}-${pkgver}.tar.xz")
20 md5sums=('e1d358beaa3c5144f22b6d0fdb362da4')
23 cd ${srcdir}/deja-dup-${pkgver}
24 ./configure --prefix=/usr --exec-prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc
29 cd ${srcdir}/deja-dup-${pkgver}
34 cd ${srcdir}/deja-dup-${pkgver}
35 make DESTDIR="${pkgdir}" install