cpputest stable port information

Package: cpputest
Version: 2.3
Revision: 1
BuildDepends: fink (>= 0.29.21)
Maintainer: Matthias Ringwald

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