From c82dab89500582c4c1ceab9ff7ab37f6cbcc14a5 Mon Sep 17 00:00:00 2001 From: Jan S Date: Sun, 11 May 2014 21:34:56 +0200 Subject: [PATCH] cppcheck: make with std.cfg --- srcpkgs/cppcheck/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 1d6d8a84b3..b7ea60a898 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,7 +1,7 @@ # Template file for 'cppcheck' pkgname=cppcheck version=1.65 -revision=1 +revision=2 hostmakedepends="libxslt docbook-xsl" short_desc="Static analysis of C/C++ code" maintainer="Juan RP " @@ -13,10 +13,11 @@ do_fetch() { } do_build() { + make CFGDIR=/usr/share/cppcheck/cfg make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man } do_install() { - make DESTDIR=${DESTDIR} install + make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install vinstall cppcheck.1 644 usr/share/man/man1 }