diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 72c265da0f..7ae18857c8 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,7 +1,7 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.65 -revision=3 +version=1.66 +revision=1 hostmakedepends="libxslt docbook-xsl git" short_desc="Static analysis of C/C++ code" maintainer="Juan RP " @@ -13,13 +13,13 @@ do_fetch() { } do_build() { - make CFGDIR=/usr/share/cppcheck/cfg + 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 - vinstall cppcheck.1 644 usr/share/man/man1 - vmkdir usr/share/${pkgname} 755 + vman cppcheck.1 + vmkdir usr/share/${pkgname} vcopy cfg/ usr/share/${pkgname}/cfg }