opt/cppunit/Pkgfile

21 lines
411 B
Plaintext
Raw Normal View History

2015-01-27 11:25:47 +01:00
# Description: C++ unit testing library
2019-08-08 13:21:27 +02:00
# URL: https://www.freedesktop.org/wiki/Software/cppunit/
2015-01-27 11:25:47 +01:00
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
name=cppunit
2020-01-01 05:59:48 +01:00
version=1.15.1
2019-08-08 13:21:27 +02:00
release=1
source=(https://dev-www.libreoffice.org/src/$name-$version.tar.gz)
2015-01-27 11:25:47 +01:00
build() {
cd $name-$version
2019-08-08 13:21:27 +02:00
2015-01-27 11:25:47 +01:00
./configure \
--prefix=/usr \
--disable-doxygen
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}