1 # Contributor: Maciej Mazur
2 # Contributor: enderst <enderst@gmail.com>
3 # Contributor: mathieui <mathieui@gmail.com>
8 pkgdesc="A centralized way to configure and schedule many different backup utilities"
10 url="https://labs.riseup.net/code/projects/backupninja"
12 depends=('bash' 'gawk')
13 optdepends=('rdiff-backup: rdiff backups' 'gzip' 'hwinfo')
14 source=(https://labs.riseup.net/code/attachments/download/242/backupninja-${pkgver}.tar.gz)
15 md5sums=('1cbae15dcd41f196b62ea183749f1473')
18 cd "$srcdir/backupninja-$pkgver"
21 ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
26 cd "$srcdir/backupninja-$pkgver"
27 make DESTDIR="$pkgdir" install