void-packages/srcpkgs/cppcheck/template
2012-03-15 20:18:05 +01:00

23 lines
841 B
Plaintext

# Template file for 'cppcheck'
pkgname=cppcheck
version=1.53
homepage="http://cppcheck.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-makefile
make_build_target="all man"
short_desc="Static analysis of C/C++ code"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=baf002fceded32816ebaab1cb5848d22833ed53d9da900c3913705ad84cda7e8
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 build libxslt
Add_dependency build docbook-xsl