1 # Maintainer: Michael Pusterhofer <pusterhofer at student dot tugraz dot ..>
2 # Contributor: polslinux <garrett16 at hotmail dot it>
3 # Contributor: jijijaco <jijijaco at gmail dot com>
4 # Contributor: Jonathan Vasquez <jvasquez1011 at gmail dot com>
6 # If you want nautilus support, make sure you add 'nautilus' to the depends array before compiling.
13 pkgdesc="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."
14 arch=('i686' 'x86_64')
15 url="https://launchpad.net/deja-dup"
17 depends=('vala' 'duplicity' 'gnome-common' 'itstool' 'intltool>=0.50.0')
18 optdepends=('bzr: A decentralized revision control system (bazaar)'
19 'yelp-tools: Tools for creating Yelp documentation'
20 'xvfb: Virtual framebuffer X server'
21 'nautilus: GNOME file manager'
22 'gnome-control-center: GNOME control center integration')
24 conflicts=('deja-dup' 'deja-dup-new')
25 install=deja-dup.install
26 source=("http://launchpad.net/${_pkgname}/${_pkgmain}/${pkgver}/+download/${_pkgname}-${pkgver}.tar.xz")
27 md5sums=('ef42a09291bf1e95c760fa6e30cc0078')
30 cd ${srcdir}/deja-dup-${pkgver}
31 ./configure --prefix=/usr \
39 cd ${srcdir}/deja-dup-${pkgver}
40 #make check #bugged again https://bugs.launchpad.net/deja-dup/+bug/917057
44 cd ${srcdir}/deja-dup-${pkgver}
45 make DESTDIR="${pkgdir}" install