63 lines
2.3 KiB
XML
63 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>cppunit</Name>
|
|
<Homepage>http://www.freedesktop.org/wiki/Software/cppunit</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv2.1</License>
|
|
<IsA>library</IsA>
|
|
<Summary>C++ port of the famous JUnit framework for unit testing</Summary>
|
|
<Description>cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers.</Description>
|
|
<Archive sha1sum="0eaf8bb1dcf4d16b12bec30d0732370390d35e6f" type="targz">http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>grep</Dependency>
|
|
<Dependency>libtool</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>cppunit</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>cppunit-devel</Name>
|
|
<Summary>Contains the headers and other files necessary for developing programs that use cppunit</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">cppunit</Dependency>
|
|
<Dependency>libgcc</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/share/aclocal</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2014-01-21</Date>
|
|
<Version>1.13.2</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Stefan Gronewold(groni)</Name>
|
|
<Email>groni@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2013-02-09</Date>
|
|
<Version>1.13.1</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|