# Description: Library and a set of tools for reading and converting Apple Keynote presentations # URL: https://wiki.documentfoundation.org/DLP/Libraries/libetonyek # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: glm liblangtag librevenge mdds name=libetonyek version=0.1.10 release=2 source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --with-mdds=2.0 \ --without-docs make make DESTDIR=$PKG install }