1 # Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape@yahoo.com.ar>
5 pkgdesc="CppTest is a portable and powerful unit testing framework for handling automated tests in C++. with focus on usability and extendability."
6 url="http://cpptest.sourceforge.net/"
8 makedepends=(pkgconfig)
9 source=(http://downloads.sourceforge.net/sourceforge/cpptest/$pkgname-$pkgver.tar.gz)
10 md5sums=('b50379402d69d40417add19ef88f9938')
11 arch=('i686' 'x86_64')
14 cd ${srcdir}/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=${pkgdir} install