diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-28 23:51:50 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-28 23:51:50 +0000 |
commit | cd7c0dbd300d43d2619fe599cc6cd32f435df40d (patch) | |
tree | 7dfb6bbf711b25e50b3198ee61ddb2d4e7d461ea | |
parent | 01d589a9f3f8c2c786c0e20dc59074785533fed4 (diff) | |
download | opt-cd7c0dbd300d43d2619fe599cc6cd32f435df40d.tar.gz opt-cd7c0dbd300d43d2619fe599cc6cd32f435df40d.tar.xz |
cppunit: adopted port
-rw-r--r-- | cppunit/.signature | 4 | ||||
-rw-r--r-- | cppunit/Pkgfile | 20 |
2 files changed, 12 insertions, 12 deletions
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 } |