102 lines
3.8 KiB
XML
102 lines
3.8 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>check</Name>
|
|
<Homepage>http://sourceforge.net/projects/check/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A unit test framework for C</Summary>
|
|
<Description>check is a unit testing 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.</Description>
|
|
<Archive sha1sum="4b79e2d485d014ddb438e322b64235347d57b0ff" type="targz">mirrors://sourceforge/check/0.9.14/check-0.9.14.tar.gz</Archive>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>check</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="info">/usr/share/info</Path>
|
|
<Path fileType="man">/usr/share/man/man1/checkmk.1</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>check-devel</Name>
|
|
<Summary>Development files for check</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">check</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="data">/usr/share/aclocal</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>check-docs</Name>
|
|
<Summary>Documents for check</Summary>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/check/example</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="7">
|
|
<Date>2014-10-31</Date>
|
|
<Version>0.9.14</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="6">
|
|
<Date>2014-05-20</Date>
|
|
<Version>0.9.12</Version>
|
|
<Comment>Verson bump.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2014-03-06</Date>
|
|
<Version>0.9.11</Version>
|
|
<Comment>Rebuild Unused</Comment>
|
|
<Name>Varol Maksutoğlu</Name>
|
|
<Email>waroi@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2013-11-27</Date>
|
|
<Version>0.9.11</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Richard de Bruin</Name>
|
|
<Email>richdb@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2013-10-26</Date>
|
|
<Version>0.9.10</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-03-04</Date>
|
|
<Version>0.9.9</Version>
|
|
<Comment>Version bump</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2010-10-12</Date>
|
|
<Version>0.9.8</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|