# Maintainer: Steffen Weber <-boenki-gmx-de-> # Contributor: Juan Pablo Gonzalez Tognarelli pkgname=cpptest pkgver=1.1.2 pkgrel=2 pkgdesc="Portable and powerful unit testing framework for handling automated tests in C++" url="http://cpptest.sourceforge.net" license=('LGPL') arch=('x86_64') depends=('gcc-libs') source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('79b9bff371d182f11a3235969f84ccb6') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } check() { cd "$pkgname-$pkgver" make check } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }