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

Andreas Radke andyrtr at archlinux.org
Fri Jan 25 06:41:17 UTC 2019


    Date: Friday, January 25, 2019 @ 06:41:11
  Author: andyrtr
Revision: 344693

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 06:41:05 UTC (rev 344692)
+++ PKGBUILD	2019-01-25 06:41:11 UTC (rev 344693)
@@ -1,30 +0,0 @@
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-
-pkgname=cppunit
-pkgver=1.14.0
-pkgrel=2
-pkgdesc="A C++ unit testing framework"
-arch=('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
-}

Copied: cppunit/repos/extra-x86_64/PKGBUILD (from rev 344692, cppunit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-25 06:41:11 UTC (rev 344693)
@@ -0,0 +1,30 @@
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.14.0
+pkgrel=2
+pkgdesc="A C++ unit testing framework"
+arch=('x86_64')
+url="https://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