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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 7 09:30:05 UTC 2012


    Date: Saturday, July 7, 2012 @ 05:30:05
  Author: andyrtr
Revision: 163110

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

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

-----------------------+
 extra-i686/PKGBUILD   |   59 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   59 ++++++++++++++++++++++++++----------------------
 2 files changed, 64 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-07-07 09:29:28 UTC (rev 163109)
+++ extra-i686/PKGBUILD	2012-07-07 09:30:05 UTC (rev 163110)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-
-pkgname=cppunit
-pkgver=1.12.1
-pkgrel=4
-pkgdesc="A C++ unit testing framework"
-arch=('i686' 'x86_64')
-url="http://cppunit.sourceforge.net"
-license=('LGPL')
-depends=('sh' 'gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f1ab8986af7a1ffa6760f4bacf5622924639bf4a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LDFLAGS+=" -ldl"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: cppunit/repos/extra-i686/PKGBUILD (from rev 163109, cppunit/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-07-07 09:30:05 UTC (rev 163110)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.13.0
+pkgrel=1
+_hash=0c65c839854edd43d9294d1431a2b292
+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=('!libtool' '!emptydirs')
+source=(http://dev-www.libreoffice.org/src/${_hash}-${pkgname}-${pkgver}.tar.gz)
+md5sums=(${_hash})
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-07-07 09:29:28 UTC (rev 163109)
+++ extra-x86_64/PKGBUILD	2012-07-07 09:30:05 UTC (rev 163110)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-
-pkgname=cppunit
-pkgver=1.12.1
-pkgrel=4
-pkgdesc="A C++ unit testing framework"
-arch=('i686' 'x86_64')
-url="http://cppunit.sourceforge.net"
-license=('LGPL')
-depends=('sh' 'gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f1ab8986af7a1ffa6760f4bacf5622924639bf4a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LDFLAGS+=" -ldl"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: cppunit/repos/extra-x86_64/PKGBUILD (from rev 163109, cppunit/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-07-07 09:30:05 UTC (rev 163110)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.13.0
+pkgrel=1
+_hash=0c65c839854edd43d9294d1431a2b292
+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=('!libtool' '!emptydirs')
+source=(http://dev-www.libreoffice.org/src/${_hash}-${pkgname}-${pkgver}.tar.gz)
+md5sums=(${_hash})
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list