description="A C++ unit testing framework"
url="http://www.freedesktop.org/wiki/Software/cppunit"
packager="tnut <tnut@nutyx.org>"

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
make DESTDIR=$PKG install
rm $PKG/usr/lib/libcppunit.la
}
