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

Andreas Radke andyrtr at archlinux.org
Mon Apr 17 12:31:52 UTC 2017


    Date: Monday, April 17, 2017 @ 12:31:51
  Author: andyrtr
Revision: 293055

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

Added:
  cppunit/repos/testing-i686/
  cppunit/repos/testing-i686/PKGBUILD
    (from rev 293054, cppunit/trunk/PKGBUILD)
  cppunit/repos/testing-x86_64/
  cppunit/repos/testing-x86_64/PKGBUILD
    (from rev 293054, cppunit/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: cppunit/repos/testing-i686/PKGBUILD (from rev 293054, cppunit/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-17 12:31:51 UTC (rev 293055)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A C++ unit testing framework"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/cppunit"
+license=('LGPL')
+depends=('sh' 'gcc-libs')
+options=('!emptydirs')
+source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}

Copied: cppunit/repos/testing-x86_64/PKGBUILD (from rev 293054, cppunit/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-17 12:31:51 UTC (rev 293055)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A C++ unit testing framework"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/cppunit"
+license=('LGPL')
+depends=('sh' 'gcc-libs')
+options=('!emptydirs')
+source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list