Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11018

Added Files:
        check.info check.patch 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: check.patch ---
--- check-0.9.5.orig/check.m4       2007-08-02 16:21:13.000000000 +0200
+++ check-0.9.5/check.m4    2007-08-02 16:21:33.000000000 +0200
@@ -4,7 +4,7 @@

 AC_DEFUN([AM_PATH_CHECK],
 [
-  AC_MSG_WARN([[AM_PATH_CHECK() is deprecated]])
+  AC_MSG_WARN([[am_path_check is deprecated]])
   AC_MSG_WARN([[use PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]])
   AC_ARG_WITH([check],
   [  --with-check=PATH       prefix where check is installed [default=auto]])

--- check-0.9.5.orig/doc/check.info     2007-08-02 00:36:21.000000000 +0200
+++ check-0.9.5/doc/check.info  2007-08-02 00:37:49.000000000 +0200
@@ -15,7 +15,7 @@
 
 INFO-DIR-SECTION Software development
 START-INFO-DIR-ENTRY
-* Check: (check)Introduction.
+* Check: (check). A unit test framework for C programs
 END-INFO-DIR-ENTRY
 
 

--- NEW FILE: check.info ---
Info2: <<
Package: check
Version: 0.9.5
Revision: 1
Source: mirror:sourceforge:check/%n-%v.tar.gz
Source-MD5: 30143c7974b547a12a7da47809a90951
Replaces: %N (<< 0.9.5-1)
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Patch: %n.patch
ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info 
--disable-dependency-tracking
CompileScript: <<
 ./configure %c
 make
 make check
<<
InfoDocs: %n.info
DocFiles: <<
AUTHORS COPYING.LESSER THANKS TODO
<<
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libcheck.*.dylib
  Shlibs: %p/lib/libcheck.0.dylib 1.0.0 %N (>= 0.9.5-1)
  DocFiles: AUTHORS COPYING.LESSER THANKS TODO
  Description: Shared libraries for check
<<
Description: Unit test framework for C 
DescDetail: <<
 Check is a unit test framework for C. It features a simple interface
 for defining unit tests, putting little in the way of the
 developer. Tests are run in a separate address space, so Check can
 catch both assertion failures and code errors that cause segmentation
 faults or other signals. The output from unit tests can be used within
 source code editors and IDEs.
<<
License: LGPL
Homepage: http://check.sourceforge.net
Maintainer: Jeremy Erwin <[EMAIL PROTECTED]>

<<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to