[Lunar-commits] <moonbase-other> CUnit: introduction to -other
v4hn
me at v4hn.de
Sun Aug 4 15:50:08 CEST 2013
commit 7f463d88e85ae3c2e731812ec4499d2694cbdcd0
Author: v4hn <me at v4hn.de>
Date: Sun, 04 Aug 2013 06:49:31 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7f463d88e85ae3c2e731812ec4499d2694cbdcd0
CUnit: introduction to -other
---
libs/CUnit/DETAILS | +12/-0
libs/CUnit/PRE_BUILD | +4/-0
2 files changed, 16 insertions(+)
--- /dev/null
+++ b/libs/CUnit/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=CUnit
+ VERSION=2.1-2
+ SOURCE=$MODULE-$VERSION-src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/cunit/$MODULE/${VERSION}
+ SOURCE_VFY=sha1:6c2d0627eb64c09c7140726d6bf814cf531a3ce0
+ WEB_SITE=http://cunit.sf.net
+ ENTERED=20130804
+ UPDATED=20130804
+ SHORT="C Unit Testing Framework"
+cat << EOF
+CUnit is a Unit testing framework for C.
+EOF
--- /dev/null
+++ b/libs/CUnit/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+sedit "s:\(docdir =\) .*:\1 @docdir@:" doc/Makefile.in &&
+sedit "s:\(dochdrdir =\) .*:\1 \$(prefix)/include/@PACKAGE@:" doc/headers/Makefile.in
More information about the Lunar-commits
mailing list