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 <[email protected]>
+# Contributor: Jeff 'codemac' Mickey <[email protected]>
+
+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 <[email protected]>
+# Contributor: Jeff 'codemac' Mickey <[email protected]>
+
+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
+}

Reply via email to