[arch-commits] Commit in cppunit/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Aug 4 19:08:59 UTC 2017


    Date: Friday, August 4, 2017 @ 19:08:59
  Author: andyrtr
Revision: 301651

archrelease: copy trunk to extra-x86_64

Added:
  cppunit/repos/extra-x86_64/PKGBUILD
    (from rev 301650, cppunit/trunk/PKGBUILD)
Deleted:
  cppunit/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-04 19:08:40 UTC (rev 301650)
+++ PKGBUILD	2017-08-04 19:08:59 UTC (rev 301651)
@@ -1,31 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 301650, cppunit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-04 19:08:59 UTC (rev 301651)
@@ -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=(https://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