# Description: library for REVerses ENGineered formats filters # URL: https://sourceforge.net/p/libwpd/librevenge/ci/master/tree/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: boost cppunit name=librevenge version=0.0.6 release=1 source=(https://sourceforge.net/projects/libwpd/files/librevenge/$name-$version/$name-$version.tar.gz librevenge-bundled-soname.patch.0 rpath.patch) build() { cd $name-$version patch -Np0 -i $SRC/librevenge-bundled-soname.patch.0 patch -Np0 -i $SRC/rpath.patch ./configure --prefix=/usr \ --disable-werror \ --without-docs make make DESTDIR="$PKG" install }