102 lines
3.3 KiB
XML
102 lines
3.3 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>cppcheck</Name>
|
|
<Homepage>http://cppcheck.sourceforge.net/</Homepage>
|
|
<Packager>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Packager>
|
|
<License>GPLv3</License>
|
|
<IsA>app:gui</IsA>
|
|
<IsA>app:console</IsA>
|
|
<PartOf>programming.tool</PartOf>
|
|
<Summary>static analysis of C/C++ code.</Summary>
|
|
<Description>
|
|
Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).
|
|
</Description>
|
|
<Archive sha1sum="936bd156097ba73381d62d171d60ab4c328322d9" type="tarbz2">
|
|
https://sourceforge.net/projects/cppcheck/files/cppcheck/2.2/cppcheck-2.2.tar.bz2
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
<Dependency>z3-devel</Dependency>
|
|
<Dependency>zlib-devel</Dependency>
|
|
<Dependency>docbook-xsl</Dependency>
|
|
<Dependency>qt5-sql-odbc</Dependency>
|
|
<Dependency>qt5-linguist</Dependency>
|
|
<Dependency>libxslt-devel</Dependency>
|
|
<Dependency>libpcre-devel</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>qt5-sql-mysql</Dependency>
|
|
<Dependency>qt5-sql-sqlite</Dependency>
|
|
<Dependency>qt5-base-devel</Dependency>
|
|
<Dependency>tinyxml2-devel</Dependency>
|
|
<Dependency>qt5-charts-devel</Dependency>
|
|
<Dependency>qt5-sql-postgresql</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>qt5-assistant-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="1">htmlreport_py3.patch</Patch>
|
|
<Patch level="1">qm_install_path.patch</Patch>
|
|
<Patch level="1">use_system_tinyxml.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>cppcheck</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>z3</Dependency>
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>libpcre</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>tinyxml2</Dependency>
|
|
<Dependency>qt5-base</Dependency>
|
|
<Dependency>qt5-charts</Dependency>
|
|
<Dependency>qt5-assistant</Dependency>
|
|
<Dependency>python3-Pygments</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="data">/usr/share/Cppcheck</Path>
|
|
<Path fileType="localedata">/usr/share/Cppcheck/lang</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="4">
|
|
<Date>2020-10-06</Date>
|
|
<Version>2.2</Version>
|
|
<Comment>Ver. bump</Comment>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2020-06-27</Date>
|
|
<Version>2.1</Version>
|
|
<Comment>Ver. bump</Comment>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2020-04-16</Date>
|
|
<Version>1.90</Version>
|
|
<Comment>Version Bump</Comment>
|
|
<Name>Erkan IŞIK</Name>
|
|
<Email>erkanisik@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2019-12-19</Date>
|
|
<Version>1.89</Version>
|
|
<Comment>First build.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|