# Template file for 'cppcheck' pkgname=cppcheck version=1.42 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_makefile make_build_target="cppcheck cppcheck.1" short_desc="Static analysis of C/C++ code" maintainer="Juan RP " checksum=a3349315e6e30ae9ea189225750e6f08e4a647b459080d4846e3c4cf6751adf0 long_desc=" Cppcheck is a tool for static C/C++ code analysis, and it tries to detect bugs that your compiler do not see. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. Cppcheck is versatile. You can check non-standard code that includes various compiler extensions, inline assembly code, etc. The goal is no false positives." Add_dependency run glibc Add_dependency run libgcc Add_dependency run libstdc++ Add_dependency build libxslt Add_dependency build docbook-xsl