makedepends=(boost cppunit doxygen icu librevenge)

description="a library that parses the file format of QuarkXPress documents"
url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"

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

name=libqxp
version=0.0.2
release=8

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

build() {
  cd $name-$version
  ./configure --prefix=/usr --libdir=/usr/lib --disable-werror 
  make
  make DESTDIR=$PKG install
}
