[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2020-10-11 Thread Sébastien Luttringer via arch-commits
Date: Monday, October 12, 2020 @ 04:54:44
  Author: seblu
Revision: 723578

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 723577, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 723577, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 723577, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 723577, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 723577, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 723577, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 723577, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 723577, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 04:54:32 UTC (rev 723577)
+++ PKGBUILD2020-10-12 04:54:44 UTC (rev 723578)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.4.0
-_xsver=0.62
-_rbpcver=3.1.2.2
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'perl-json-xs' 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-sha256sums=('8bc04cd513d47629508bd2fd6f455ced38316974913638e971f44e37786c6365'
-'94d863083a466558f82f10b1b95db7742ea99ebce808214f20897b343dc32b18'
-'3fe98d4fc745b3f964942b8f601f70ac6dfdf3c235a184aded3fa66d210c223b'
-'70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
-'82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
-'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
-'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
-'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
-'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2020-06-21 Thread Sébastien Luttringer via arch-commits
Date: Sunday, June 21, 2020 @ 13:05:02
  Author: seblu
Revision: 649283

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 649282, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 649282, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 649282, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 649282, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 649282, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 649282, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 649282, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 649282, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 13:04:50 UTC (rev 649282)
+++ PKGBUILD2020-06-21 13:05:02 UTC (rev 649283)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.2
-_xsver=0.62
-_rbpcver=3.1.2.2
-pkgrel=3
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
-'94d863083a466558f82f10b1b95db7742ea99ebce808214f20897b343dc32b18'
-'3fe98d4fc745b3f964942b8f601f70ac6dfdf3c235a184aded3fa66d210c223b'
-'70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
-'82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
-'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
-'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
-'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
-'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
-

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2020-06-20 Thread Sébastien Luttringer via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:42
  Author: seblu
Revision: 648687

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 648686, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 648686, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 648686, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 648686, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 648686, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 648686, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 648686, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 648686, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:32 UTC (rev 648686)
+++ PKGBUILD2020-06-20 23:11:42 UTC (rev 648687)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.2
-_xsver=0.60
-_rbpcver=3.1.2.1
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
-'fd8082f3ad3b713c994dcdde01400e5a3f8027868a5762de1c47fbd78616cb78'
-'947082faf0b2c49a2fa01126990070cf997072b2bbf29bc01d0bfd2d8e6f6de1'
-'70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
-'82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
-'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
-'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
-'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
-'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2020-05-30 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 30, 2020 @ 23:40:21
  Author: seblu
Revision: 637556

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 637555, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 637555, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 637555, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 637555, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 637555, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 637555, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 637555, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 637555, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 23:40:00 UTC (rev 637555)
+++ PKGBUILD2020-05-30 23:40:21 UTC (rev 637556)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.2
-_xsver=0.59
-_rbpcver=3.1.2.1
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('a4354d846a76e1bf9edf0a468f3b3671'
- '1f64d8ced0095435849a7e771f025d84'
- '7749b21b46db4e6a74120c8687a5944c'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2020-02-21 Thread Sébastien Luttringer via arch-commits
Date: Friday, February 21, 2020 @ 22:39:02
  Author: seblu
Revision: 577884

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 577883, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 577883, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 577883, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 577883, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 577883, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 577883, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 577883, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 577883, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-21 22:38:52 UTC (rev 577883)
+++ PKGBUILD2020-02-21 22:39:02 UTC (rev 577884)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.1
-_xsver=0.59
-_rbpcver=3.1.2.1
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('7d686f965be4e6fd6c4a34569ff53e00'
- '1f64d8ced0095435849a7e771f025d84'
- '7749b21b46db4e6a74120c8687a5944c'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
-

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2019-07-29 Thread Sébastien Luttringer via arch-commits
Date: Monday, July 29, 2019 @ 23:26:00
  Author: seblu
Revision: 494717

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 494716, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 494716, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 494716, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 494716, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 494716, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 494716, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 494716, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 494716, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-29 23:25:49 UTC (rev 494716)
+++ PKGBUILD2019-07-29 23:26:00 UTC (rev 494717)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.1
-_xsver=0.59
-_rbpcver=3.1.2.1
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('7d686f965be4e6fd6c4a34569ff53e00'
- '1f64d8ced0095435849a7e771f025d84'
- '7749b21b46db4e6a74120c8687a5944c'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2019-07-29 Thread Sébastien Luttringer via arch-commits
Date: Monday, July 29, 2019 @ 23:24:10
  Author: seblu
Revision: 494715

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 494714, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 494714, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 494714, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 494714, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 494714, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 494714, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 494714, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 494714, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-29 23:23:59 UTC (rev 494714)
+++ PKGBUILD2019-07-29 23:24:10 UTC (rev 494715)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.1
-_xsver=0.58
-_rbpcver=3.1.2.0
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('7d686f965be4e6fd6c4a34569ff53e00'
- '6bfbb3ef458776af7ef92593e082d6c6'
- '0491dd027a29439486bce836b54cd62e'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2019-07-14 Thread Sébastien Luttringer via arch-commits
Date: Sunday, July 14, 2019 @ 23:14:20
  Author: seblu
Revision: 489574

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 489573, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 489573, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 489573, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 489573, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 489573, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 489573, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 489573, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 489573, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-14 23:14:10 UTC (rev 489573)
+++ PKGBUILD2019-07-14 23:14:20 UTC (rev 489574)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.0
-_xsver=0.58
-_rbpcver=3.1.2.0
-pkgrel=4
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('878090f5fe3c0bf7c37bd4027e37df4b'
- '6bfbb3ef458776af7ef92593e082d6c6'
- '0491dd027a29439486bce836b54cd62e'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2019-02-07 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 7, 2019 @ 10:07:21
  Author: seblu
Revision: 429838

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 429837, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 429837, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 429837, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 429837, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 429837, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 429837, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 429837, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 429837, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 10:07:10 UTC (rev 429837)
+++ PKGBUILD2019-02-07 10:07:21 UTC (rev 429838)
@@ -1,131 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.3.0
-_xsver=0.57
-_rbpcver=3.0.9.12
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('878090f5fe3c0bf7c37bd4027e37df4b'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '9a95c7a1b9c35c4f0da221d22efd01e3'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
-

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2018-11-25 Thread Sébastien Luttringer via arch-commits
Date: Monday, November 26, 2018 @ 01:17:40
  Author: seblu
Revision: 409749

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 409748, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 409748, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 409748, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 409748, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 409748, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 409748, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 409748, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 409748, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  263 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 01:17:29 UTC (rev 409748)
+++ PKGBUILD2018-11-26 01:17:40 UTC (rev 409749)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.2.1
-_xsver=0.57
-_rbpcver=3.0.9.12
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('5b68fe44821cac873a928f446b3a5da4'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '9a95c7a1b9c35c4f0da221d22efd01e3'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
-   

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2018-05-16 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, May 16, 2018 @ 21:27:28
  Author: seblu
Revision: 323266

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 323265, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 323265, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 323265, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 323265, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 323265, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 323265, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 323265, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 323265, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  264 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 193 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-16 21:27:18 UTC (rev 323265)
+++ PKGBUILD2018-05-16 21:27:28 UTC (rev 323266)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.2.0
-_xsver=0.57
-_rbpcver=3.0.9.12
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('0579dfa4b9518c62aa4edec449ceedf8'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '9a95c7a1b9c35c4f0da221d22efd01e3'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
-

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2018-04-17 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, April 17, 2018 @ 23:21:25
  Author: seblu
Revision: 316841

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 316840, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 316840, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 316840, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 316840, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 316840, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 316840, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 316840, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 316840, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  264 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 193 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-17 23:21:13 UTC (rev 316840)
+++ PKGBUILD2018-04-17 23:21:25 UTC (rev 316841)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.5
-_xsver=0.57
-_rbpcver=3.0.9.12
-pkgrel=4
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('9a8fc7577ebb99a1ded0366375380718'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '9a95c7a1b9c35c4f0da221d22efd01e3'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
-

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2018-02-03 Thread Sébastien Luttringer via arch-commits
Date: Saturday, February 3, 2018 @ 13:44:16
  Author: seblu
Revision: 288791

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 288790, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 288790, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 288790, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 288790, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 288790, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 288790, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 288790, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 288790, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  263 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 193 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-03 13:44:00 UTC (rev 288790)
+++ PKGBUILD2018-02-03 13:44:16 UTC (rev 288791)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.5
-_xsver=0.57
-_rbpcver=3.0.9.12
-pkgrel=3
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('9a8fc7577ebb99a1ded0366375380718'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '9a95c7a1b9c35c4f0da221d22efd01e3'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2018-02-03 Thread Sébastien Luttringer via arch-commits
Date: Saturday, February 3, 2018 @ 13:25:27
  Author: seblu
Revision: 288785

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 288784, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 288784, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 288784, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 288784, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 288784, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 288784, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 288784, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 288784, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-03 13:25:14 UTC (rev 288784)
+++ PKGBUILD2018-02-03 13:25:27 UTC (rev 288785)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.5
-_xsver=0.57
-_rbpcver=3.0.9.11
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('9a8fc7577ebb99a1ded0366375380718'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '743de76c0fae69aa5fe50f22d132e79d'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2017-12-16 Thread Sébastien Luttringer via arch-commits
Date: Saturday, December 16, 2017 @ 17:41:37
  Author: seblu
Revision: 274598

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 274597, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 274597, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 274597, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 274597, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 274597, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 274597, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 274597, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 274597, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-16 17:41:20 UTC (rev 274597)
+++ PKGBUILD2017-12-16 17:41:37 UTC (rev 274598)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.5
-_xsver=0.57
-_rbpcver=3.0.9.10
-pkgrel=1
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('9a8fc7577ebb99a1ded0366375380718'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '06a37c07ac60ce2d818a272189d55ed0'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir 

[arch-commits] Commit in backuppc/repos/community-x86_64 (16 files)

2017-12-10 Thread Sébastien Luttringer via arch-commits
Date: Sunday, December 10, 2017 @ 11:08:26
  Author: seblu
Revision: 273577

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 273576, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 273576, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 273576, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 273576, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 273576, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 273576, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 273576, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 273576, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

--+
 PKGBUILD |  262 -
 backuppc.httpd   |   42 +++
 backuppc.install |   46 
 backuppc.profile.csh |2 
 backuppc.profile.sh  |6 -
 backuppc.service |   22 ++--
 backuppc.sysusers|2 
 backuppc.tmpfiles|2 
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 11:08:14 UTC (rev 273576)
+++ PKGBUILD2017-12-10 11:08:26 UTC (rev 273577)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.3
-_xsver=0.56
-_rbpcver=3.0.9.8
-pkgrel=4
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64' 'i686')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz;
-
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz;
-
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz;
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('a6df71ba828723ccaf1282bd24bca318'
- 'a5d1c55970cb0291ef6841d60d32c1e7'
- 'e18122758348301b1862c60f20a7e42b'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir