diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index db88578e9d6..ba42ef3d671 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,21 +1,21 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.83 +version=1.84 revision=1 hostmakedepends="libxslt docbook-xsl" +depends="python" short_desc="Static analysis of C/C++ code" maintainer="Juan RP " license="GPL-3.0-or-later" homepage="http://cppcheck.sourceforge.net" distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz" -checksum=7d3656762beee8087e234a796c900c84b004ac241301106b6a2c01ef2beff095 - -CXXFLAGS="-std=c++11" +checksum=aaa6293d91505fc6caa6982ca3cd2d949fa1aac603cabad072b705fdda017fc5 do_build() { make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man } + do_install() { make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install vman cppcheck.1