Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv5645/stable/main/finkinfo/devel

Added Files:
        cpputest.info 
Log Message:
new package: CppUTest

--- NEW FILE: cpputest.info ---
Package: cpputest
Version: 2.3
Revision: 1
BuildDepends: fink (>= 0.29.21)
Maintainer: Matthias Ringwald <frec...@users.sf.net>

Source: mirror:sourceforge:%n/%n/v2.3/CppUTest-v2.3.zip
Source-MD5: 0546bf6d0f1513842cfa781255dcbdda

NoSourceDirectory: true

CompileScript: <<
# create copyright file
head -n 26  src/CppUTest/CommandLineArguments.cpp > COPYING
# no configure
make
make -f Makefile_CppUTestExt
<<

InstallScript: <<
    mkdir %i/lib
    cp lib/*.a %i/lib
    mkdir %i/include
    cp -r include/CppUTest include/CppUTestExt %i/include    
    mkdir %i/bin
    cp scripts/New* %i/bin
<<

DocFiles: COPYING README_CppUTest.txt README_CppUTest_for_C.txt

RuntimeVars: <<
  CPPUTEST_HOME: %p
<<

Description: C /C++ based unit xUnit test framework
DescDetail: <<
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
test-driving your code. It is written in C++ but is used in C and C++ projects
and frequently used in embedded systems.

CppUTest has a couple design principles
* Simple to use and small
* Portable to old and new platforms
<<

DescPackaging: <<
No copyright file: create one from source files
static library
helps scripts to create templates installed into bin/
<<

License: BSD
Homepage: http://cpputest.org


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to