1 # Contributor: Pieter Baele <pieter.baele@gmail.com>
5 pkgdesc="Lightweight library to simplify and generalize writing unit tests for C apps"
7 url="http://code.google.com/p/cmockery/"
10 source=(http://cmockery.googlecode.com/files/$pkgname-$pkgver.tar.gz)
11 md5sums=('8c5622a65f2f7527c0155a41f4db389c')
14 cd "$srcdir/$pkgname-$pkgver"
15 ./configure --prefix=/usr
17 make DESTDIR="$pkgdir/" install
20 # vim:set ts=2 sw=2 et: