pkgname=libetonyek pkgver=0.1.7 pkgrel=2 pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations' arch=('x86_64') url='https://wiki.documentfoundation.org/DLP/Libraries/libetonyek' license=('MPL') depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag') makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds') source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz) md5sums=('3088732de0028b1340668b8a3caf3c25') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --with-mdds=1.2 make } check() { cd ${pkgname}-${pkgver} make check } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }