void-packages/srcpkgs/cppcheck/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

28 lines
982 B
Text

# Template file for 'cppcheck'
pkgname=cppcheck
version=1.51
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=9d417ee31b6d4db199834d6ffb6fbd27c5675e42f1a159e853818cc819f0ff55
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
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run libpcre
Add_dependency build libxslt
Add_dependency build docbook-xsl
Add_dependency build pcre-devel