cppcheck: update to 1.84.
Closes #15052. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
699070aad3
commit
f9a53810a4
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'cppcheck'
|
# Template file for 'cppcheck'
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
version=1.83
|
version=1.84
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="libxslt docbook-xsl"
|
hostmakedepends="libxslt docbook-xsl"
|
||||||
|
depends="python"
|
||||||
short_desc="Static analysis of C/C++ code"
|
short_desc="Static analysis of C/C++ code"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://cppcheck.sourceforge.net"
|
homepage="http://cppcheck.sourceforge.net"
|
||||||
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
|
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
|
||||||
checksum=7d3656762beee8087e234a796c900c84b004ac241301106b6a2c01ef2beff095
|
checksum=aaa6293d91505fc6caa6982ca3cd2d949fa1aac603cabad072b705fdda017fc5
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
||||||
make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man
|
make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install
|
make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install
|
||||||
vman cppcheck.1
|
vman cppcheck.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue