From 45e88a37880f3004939de1b3cbe1e5b4a0b1be9f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Oct 2014 09:06:56 +0100 Subject: [PATCH] cppcheck: update to 1.67. --- srcpkgs/cppcheck/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 7ae18857c80..24fd38f22e0 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.66 +version=1.67 revision=1 hostmakedepends="libxslt docbook-xsl git" short_desc="Static analysis of C/C++ code" @@ -11,12 +11,10 @@ homepage="http://cppcheck.sourceforge.net" do_fetch() { git clone -b ${version} git://github.com/danmar/cppcheck ${pkgname}-${version} } - 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