summaryrefslogtreecommitdiff
path: root/cppcheck/Pkgfile
blob: a5fd7e8123fa9adf9cdc5db38a7ad301d8ea3de4 (plain)
    1 # Description: Static analysis tool for C/C++ code
    2 # URL:         http://cppcheck.sourceforge.net/
    3 # Maintainer:  John Vogel, jvogel4 at stny dot rr dot com
    4 # Depends on:  libpcre python docbook-xsl
    5 
    6 name=cppcheck
    7 version=1.86
    8 release=1
    9 source=(https://github.com/danmar/$name/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	make install	SRCDIR=build			\
   15 			HAVE_RULES=yes			\
   16 			CFGDIR=/usr/share/cppcheck/cfg	\
   17 			DESTDIR=$PKG
   18 
   19 	make man DB2MAN=/usr/share/xml/docbook/xsl-stylesheets/manpages/docbook.xsl
   20 	install -Dm 0444 $name.1 $PKG/usr/share/man/man1/$name.1
   21 }

Generated by cgit