void-packages/srcpkgs/cppcheck/template
Juan RP 61a2cc4a0b Added cppcheck-1.40 build template.
--HG--
extra : convert_revision : ec55083013e42562d83d20fa95ba704df0e0a6d6
2010-01-18 16:17:43 +01:00

24 lines
875 B
Plaintext

# Template file for 'cppcheck'
pkgname=cppcheck
version=1.40
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 <xtraeme@gmail.com>"
checksum=77dc5dd758abc7497367f5f20a6af8e9ae3e460ac99c7813fec4e8aef089d439
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