2010-01-18 16:17:43 +01:00
|
|
|
# Template file for 'cppcheck'
|
|
|
|
pkgname=cppcheck
|
2012-03-15 20:18:05 +01:00
|
|
|
version=1.53
|
2011-10-14 17:58:04 +02:00
|
|
|
homepage="http://cppcheck.sourceforge.net"
|
2010-01-18 16:17:43 +01:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-makefile
|
2011-02-08 09:50:04 +01:00
|
|
|
make_build_target="all man"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="libxslt docbook-xsl"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2010-01-18 16:17:43 +01:00
|
|
|
short_desc="Static analysis of C/C++ code"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-14 17:58:04 +02:00
|
|
|
license="GPL-2"
|
2012-03-15 20:18:05 +01:00
|
|
|
checksum=baf002fceded32816ebaab1cb5848d22833ed53d9da900c3913705ad84cda7e8
|
2010-01-18 16:17:43 +01:00
|
|
|
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."
|
2012-03-15 20:18:05 +01:00
|
|
|
|