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

Felix Yan felixonmars at archlinux.org
Sat May 16 10:11:10 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:11:10
  Author: felixonmars
Revision: 384031

archrelease: copy trunk to staging-x86_64

Added:
  cppunit/repos/staging-x86_64/
  cppunit/repos/staging-x86_64/PKGBUILD
    (from rev 384030, cppunit/trunk/PKGBUILD)

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

Copied: cppunit/repos/staging-x86_64/PKGBUILD (from rev 384030, cppunit/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:11:10 UTC (rev 384031)
@@ -0,0 +1,31 @@
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.15.1
+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')
+makedepends=('doxygen')
+options=('!emptydirs')
+source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7')
+
+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