opt/cppunit/Pkgfile

21 lines
411 B
Plaintext

# 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
release=1
source=(https://dev-www.libreoffice.org/src/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-doxygen
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}