[Lunar-commits] <moonbase-other> CUnit: version bump and needs a BUILD.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Aug 9 12:52:03 CEST 2014
commit a84b0f1a7073e53898b170dd4fda632fdcdba95b
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 09 Aug 2014 06:51:46 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/a84b0f1a7073e53898b170dd4fda632fdcdba95b
CUnit: version bump and needs a BUILD.
---
libs/CUnit/BUILD | +9/-0
libs/CUnit/DETAILS | +4/-4
2 files changed, 13 insertions(+), 4 deletions(-)
--- /dev/null
+++ b/libs/CUnit/BUILD
@@ -0,0 +1,9 @@
+
+ mv configure.in configure.ac &&
+ touch config.h.in &&
+ libtoolize &&
+ aclocal &&
+ automake -a -c &&
+ autoreconf &&
+
+ default_build
--- a/libs/CUnit/DETAILS
+++ b/libs/CUnit/DETAILS
@@ -1,11 +1,11 @@
MODULE=CUnit
- VERSION=2.1-2
- SOURCE=$MODULE-$VERSION-src.tar.bz2
+ VERSION=2.1-3
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/cunit/$MODULE/${VERSION}
- SOURCE_VFY=sha1:6c2d0627eb64c09c7140726d6bf814cf531a3ce0
+ SOURCE_VFY=sha1:eac0c71167aa3fab83483ae1313b78163f0f7238
WEB_SITE=http://cunit.sf.net
ENTERED=20130804
- UPDATED=20130804
+ UPDATED=20140809
SHORT="C Unit Testing Framework"
cat << EOF
CUnit is a Unit testing framework for C.
More information about the Lunar-commits
mailing list