CppUnit is now maintained by the Document Foundation, as the original
project seems to be pretty much dead.

Signed-off-by: Bernhard Sessler <bernhard.sess...@corscience.de>
---
 rules/cppunit.in   |  3 +--
 rules/cppunit.make | 19 ++++++++-----------
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/rules/cppunit.in b/rules/cppunit.in
index a59590d..0957643 100644
--- a/rules/cppunit.in
+++ b/rules/cppunit.in
@@ -9,5 +9,4 @@ config CPPUNIT
        help
          cppunit is a C++ port of JUnit. It is a testing framework.
          For more info, check:
-         http://sourceforge.net/projects/cppunit
-         http://cppunit.sourceforge.net/doc/1.9.11
+         http://www.freedesktop.org/wiki/Software/cppunit/
diff --git a/rules/cppunit.make b/rules/cppunit.make
index 4cfa344..b55b89e 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -2,6 +2,7 @@
 #
 # Copyright (C) 2005 by Shahar Livne <sha...@livnex.com>
 #               2009 by Marc Kleine-Budde <m...@pengutronix.de>
+#               2014 by Bernhard Seßler <bernhard.sess...@corscience.de>
 #
 # See CREDITS for details about who has contributed to this project.
 #
@@ -17,11 +18,11 @@ PACKAGES-$(PTXCONF_CPPUNIT) += cppunit
 #
 # Paths and names
 #
-CPPUNIT_VERSION        := 1.12.1
-CPPUNIT_MD5    := bd30e9cf5523cdfc019b94f5e1d7fd19
+CPPUNIT_VERSION        := 1.13.2
+CPPUNIT_MD5    := d1c6bdd5a76c66d2c38331e2d287bc01
 CPPUNIT                := cppunit-$(CPPUNIT_VERSION)
 CPPUNIT_SUFFIX := tar.gz
-CPPUNIT_URL    := $(call ptx/mirror, SF, cppunit/$(CPPUNIT).$(CPPUNIT_SUFFIX))
+CPPUNIT_URL    := 
http://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
 CPPUNIT_SOURCE := $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
 CPPUNIT_DIR    := $(BUILDDIR)/$(CPPUNIT)
 
@@ -29,13 +30,9 @@ CPPUNIT_DIR  := $(BUILDDIR)/$(CPPUNIT)
 # Prepare
 # ----------------------------------------------------------------------------
 
-CPPUNIT_PATH   := PATH=$(CROSS_PATH)
-CPPUNIT_ENV    := $(CROSS_ENV)
-
-#
-# autoconf
-#
-CPPUNIT_AUTOCONF := \
+CPPUNIT_CONF_ENV       := $(CROSS_ENV)
+CPPUNIT_CONF_TOOL      := autoconf
+CPPUNIT_CONF_OPT       := \
        $(CROSS_AUTOCONF_USR) \
        --disable-doxygen
 
@@ -52,7 +49,7 @@ $(STATEDIR)/cppunit.targetinstall:
        @$(call install_fixup, cppunit,AUTHOR,"Shahar Livne 
<sha...@livnex.com>")
        @$(call install_fixup, cppunit,DESCRIPTION,missing)
 
-       @$(call install_lib, cppunit, 0, 0, 0644, libcppunit-1.12)
+       @$(call install_lib, cppunit, 0, 0, 0644, libcppunit-1.13)
 
        @$(call install_finish, cppunit)
 
-- 
1.8.3.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to