1 # Contributor: Andre Klitzing <andre () incubo () de>
5 pkgdesc="McCabe-style function complexity and line counting for C and C++"
7 url="http://parisc-linux.org/~bame/pmccabe/"
9 source=(http://ftp.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.tar.gz makefile.patch)
14 patch -p0 -i "$srcdir/makefile.patch" || return 1
16 make DESTDIR="$pkgdir/" install
19 sha256sums=('e490fe7c9368fec3613326265dd44563dc47182d142f579a40eca0e5d20a7028'
20 'aa3502ab54a26c305e4f29bd7787587f0f34c2f47506b6a652b21598ca2a0812')