cppcheck: update to 1.67.
This commit is contained in:
parent
4185d436dd
commit
45e88a3788
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cppcheck'
|
# Template file for 'cppcheck'
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
version=1.66
|
version=1.67
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="libxslt docbook-xsl git"
|
hostmakedepends="libxslt docbook-xsl git"
|
||||||
short_desc="Static analysis of C/C++ code"
|
short_desc="Static analysis of C/C++ code"
|
||||||
|
@ -11,12 +11,10 @@ homepage="http://cppcheck.sourceforge.net"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b ${version} git://github.com/danmar/cppcheck ${pkgname}-${version}
|
git clone -b ${version} git://github.com/danmar/cppcheck ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
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…
Reference in New Issue