opt/cppunit/Pkgfile
2020-01-01 15:59:48 +11:00

21 lines
411 B
Plaintext

# Description: C++ unit testing library
# URL: https://www.freedesktop.org/wiki/Software/cppunit/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
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
}