gtest0 stable port information

Package: gtest0
Version: 1.5.0
Revision: 1
Distribution: 10.6

Description: Google test framework
DescDetail: <<
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on
the xUnit architecture. Supports automatic test discovery, a rich set
of assertions, user-defined assertions, death tests, fatal and
non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
<<
License: BSD
HomePage: http://code.google.com/p/googletest/
Maintainer: Kurt Schwehr

Source: http://googletest.googlecode.com/files/gtest-%v.tar.bz2
Source-MD5: 8b2c3c3f26cb53e64a3109d03a97200a

GCC: 4.0
BuildDependsOnly: true

InstallScript: <<
#!/bin/bash -ev
make prefix=%i install
pushd samples
rm -rf .deps .dirstamp .libs *.o *.lo
popd

<<

Depends: %n-shlibs (= %v-%r)
SplitOff: <<
Package: %n-shlibs

Files: <<
lib/libgtest.0.0.0.dylib
lib/libgtest.0.dylib
lib/libgtest_main.0.0.0.dylib
lib/libgtest_main.0.dylib
<<
Shlibs: <<
%p/lib/libgtest.0.dylib 1.0.0 %n (>= 1.5.0-1)
%p/lib/libgtest_main.0.dylib 1.0.0 %n (>= 1.5.0-1)
<<

DocFiles: CHANGES CONTRIBUTORS COPYING README
<<

DocFiles: CHANGES CONTRIBUTORS COPYING README samples

InfoTest: <<
TestScript: <<
make check-TESTS || exit 2
<<
<<