updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / pmccabe / PKGBUILD
blob1a0a9fb793b61fcb2fb6deb3f9439be250e7a669
1 # Contributor: Andre Klitzing <andre () incubo () de>
2 pkgname=pmccabe
3 pkgver=2.6
4 pkgrel=1
5 pkgdesc="McCabe-style function complexity and line counting for C and C++"
6 arch=('i686' 'x86_64')
7 url="http://parisc-linux.org/~bame/pmccabe/"
8 license=('GPL')
9 source=(http://ftp.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.tar.gz makefile.patch)
11 build() {
12   cd "$srcdir/$pkgname"
14   patch -p0 -i "$srcdir/makefile.patch" || return 1
15   make || return 1
16   make DESTDIR="$pkgdir/" install
19 sha256sums=('e490fe7c9368fec3613326265dd44563dc47182d142f579a40eca0e5d20a7028'
20             'aa3502ab54a26c305e4f29bd7787587f0f34c2f47506b6a652b21598ca2a0812')