Search Criteria
Package Details: cpptest 2.0.0-1
Git Clone URL: | https://aur.archlinux.org/cpptest.git (read-only, click to copy) |
---|---|
Package Base: | cpptest |
Description: | C++ Unit Testing Framework |
Upstream URL: | https://github.com/cpptest/cpptest |
Licenses: | |
Submitter: | None |
Maintainer: | boenki |
Last Packager: | boenki |
Votes: | 21 |
Popularity: | 0.000002 |
First Submitted: | 2009-03-07 12:54 |
Last Updated: | 2019-05-26 20:13 |
Dependencies (1)
Required by (6)
- code-eli-git (optional)
- openvsp
- openvsp-git
- ryzom-client (make)
- ryzom-client-git (make)
- ryzom-server-git (make)
Latest Comments
acxz commented on 2019-05-27 00:51
Thanks for updating the package to version 2! I had submitted a request, but I guess that is not needed now, sorry.
adsun commented on 2019-05-24 19:59
Version 2.0.0 has been out, and the upstream has moved to Github too: https://github.com/cpptest/cpptest
sl1pkn07 commented on 2013-07-07 15:11
please change:
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=${pkgdir} install
}
to
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
}
package() {
cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}
greetings