2010-01-18 16:17:43 +01:00
|
|
|
# Template file for 'cppcheck'
|
|
|
|
pkgname=cppcheck
|
2013-04-04 11:03:16 +02:00
|
|
|
version=1.59
|
2012-09-11 08:48:17 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-makefile
|
2011-02-08 09:50:04 +01:00
|
|
|
make_build_target="all man"
|
2013-04-04 11:03:16 +02:00
|
|
|
hostmakedepends="libxslt docbook-xsl"
|
2010-01-18 16:17:43 +01:00
|
|
|
short_desc="Static analysis of C/C++ code"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-14 17:58:04 +02:00
|
|
|
license="GPL-2"
|
2012-09-11 08:48:17 +02:00
|
|
|
homepage="http://cppcheck.sourceforge.net"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2013-04-04 11:03:16 +02:00
|
|
|
checksum=3a6665a2cd63815ec34dfc671e66faa6f9e341ee1309e5aaaa3904a6f6f273a7
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
cppcheck_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|