From 91c939f7c956748320ca926d30b465956bf88b9f Mon Sep 17 00:00:00 2001 From: Siarzhuk Zharski Date: Mon, 18 Apr 2011 19:49:48 +0000 Subject: [PATCH] C++ port of the famous JUnit framework for unit testing. --- dev-util/cppunit/cppunit-1.12.1.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-util/cppunit/cppunit-1.12.1.bep diff --git a/dev-util/cppunit/cppunit-1.12.1.bep b/dev-util/cppunit/cppunit-1.12.1.bep new file mode 100644 index 000000000..0db0c1cad --- /dev/null +++ b/dev-util/cppunit/cppunit-1.12.1.bep @@ -0,0 +1,20 @@ +DESCRIPTION="C++ port of the famous JUnit framework for unit testing" +HOMEPAGE="http://cppunit.sourceforge.net/" +SRC_URI="http://sourceforge.net/projects/cppunit/files/cppunit/1.12.1/cppunit-1.12.1.tar.gz/download" +CHECKSUM_MD5 = "bd30e9cf5523cdfc019b94f5e1d7fd19" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd cppunit-1.12.1 + libtoolize --force --copy --install + autoreconf -i + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd cppunit-1.12.1 + make install +} +LICENSE="GNU LGPL v2.1"