updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / deja-dup-devel / PKGBUILD
blob06b38a68f6f109358f8ecb9cd1ed41134ff6d3bf
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.
8 pkgname=deja-dup-devel
9 _pkgname=deja-dup
10 pkgver=21.4
11 _pkgmain=22
12 pkgrel=1
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"
16 license=('GPL')
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')
23 provides=('deja-dup')
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')
29 build() {
30     cd ${srcdir}/deja-dup-${pkgver} 
31     ./configure --prefix=/usr \
32                 --sysconfdir=/etc \
33                 --libexecdir=/usr/lib 
34         
35     make
38 check(){
39     cd ${srcdir}/deja-dup-${pkgver}
40     #make check  #bugged again https://bugs.launchpad.net/deja-dup/+bug/917057
43 package () {
44     cd ${srcdir}/deja-dup-${pkgver}
45     make DESTDIR="${pkgdir}" install