void-packages/srcpkgs/cppcheck/template

26 lines
922 B
Text
Raw Normal View History

# Template file for 'cppcheck'
pkgname=cppcheck
2011-02-08 08:50:04 +00:00
version=1.47
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_makefile
2011-02-08 08:50:04 +00:00
make_build_target="all man"
short_desc="Static analysis of C/C++ code"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-02-08 08:50:04 +00:00
checksum=de78df4952e0206dc4373d06497aeb41624cf6da3e979c193a9d7c4920f143ef
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 libgcc
2011-02-08 08:50:04 +00:00
Add_dependency run glibc
Add_dependency run libstdc++
2011-02-08 08:50:04 +00:00
Add_dependency run libpcre
Add_dependency build libxslt
Add_dependency build docbook-xsl
2011-02-08 08:50:04 +00:00
Add_dependency build pcre-devel