[arch-commits] Commit in xtrabackup/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 27 17:36:55 UTC 2014


    Date: Wednesday, August 27, 2014 @ 19:36:55
  Author: bpiotrowski
Revision: 117977

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  xtrabackup/repos/community-testing-i686/
  xtrabackup/repos/community-testing-i686/PKGBUILD
    (from rev 117976, xtrabackup/trunk/PKGBUILD)
  xtrabackup/repos/community-testing-x86_64/
  xtrabackup/repos/community-testing-x86_64/PKGBUILD
    (from rev 117976, xtrabackup/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: xtrabackup/repos/community-testing-i686/PKGBUILD (from rev 117976, xtrabackup/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-08-27 17:36:55 UTC (rev 117977)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=xtrabackup
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('9867f4059d31e15e7b1f45a9a9048531')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd storage/innobase/xtrabackup/doc
+  make man
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/usr/xtrabackup-test
+
+  cd storage/innobase/xtrabackup/doc/build/man
+  for file in *.1; do
+    install -Dm0644 $file "$pkgdir"/usr/share/man/man1/$file
+  done
+}

Copied: xtrabackup/repos/community-testing-x86_64/PKGBUILD (from rev 117976, xtrabackup/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-08-27 17:36:55 UTC (rev 117977)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=xtrabackup
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('9867f4059d31e15e7b1f45a9a9048531')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd storage/innobase/xtrabackup/doc
+  make man
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/usr/xtrabackup-test
+
+  cd storage/innobase/xtrabackup/doc/build/man
+  for file in *.1; do
+    install -Dm0644 $file "$pkgdir"/usr/share/man/man1/$file
+  done
+}




More information about the arch-commits mailing list