diff --git a/cppunit/.signature b/cppunit/.signature index 21641edf9..abec0bde0 100644 --- a/cppunit/.signature +++ b/cppunit/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/cv5e+0LMNB6kUoT7CQ95kjJM2cWdyAeZkE8km0fBe9S4ZVdp4iJ3zWCGO+YSk9oFUk9KNz2fsmc3vaFa2FLIAI= -SHA256 (Pkgfile) = 3eacc359700d6412ead019c681012548df2148825bac662d153e0b8ab79e13f1 +RWSE3ohX2g5d/RWlWMggMfDcnw/BAgHMeRJsOY4K5fUuBMApoNsMIsAa3eTbI/RWuQ74Q+Ft4fLlv3qFWB5ScP5NpkmImJ+GKwM= +SHA256 (Pkgfile) = 6ad7cf5b24661065fcd6c5efd1b516954f3ec4ece5b8d8768caafba5865c7649 SHA256 (.footprint) = ee1ba1610189e95775bcbf97f11a4185d5df714ed6fe428d2bd4e85a20517baf SHA256 (cppunit-1.15.1.tar.gz) = 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7 diff --git a/cppunit/Pkgfile b/cppunit/Pkgfile index 0ab23f7d8..3986b2d5d 100644 --- a/cppunit/Pkgfile +++ b/cppunit/Pkgfile @@ -1,6 +1,6 @@ -# Description: C++ unit testing library -# URL: https://www.freedesktop.org/wiki/Software/cppunit/ -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve +# Description: C++ unit testing library +# URL: https://www.freedesktop.org/wiki/Software/cppunit/ +# Maintainer: Tim Biermann, tbier at posteo dot de name=cppunit version=1.15.1 @@ -8,13 +8,13 @@ release=1 source=(https://dev-www.libreoffice.org/src/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-doxygen + ./configure \ + --prefix=/usr \ + --disable-doxygen - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share/doc + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc }