packager="Great-OS Team"
maintainer="sipo"

description="A C++ unit testing framework"
url="https://www.freedesktop.org/wiki/Software/cppunit"

name=cppunit
version=1.15.1

source=(http://dev-www.libreoffice.org/src/$name-$version.tar.gz)

build(){
   cd ${name}-${version}
   ./configure --prefix=/usr --disable-static
   make
}

package() {
   cd ${name}-${version}
   make DESTDIR="${PKG}" install
   rm $PKG/usr/lib/libcppunit.la
}
