# $Id: PKGBUILD 211265 2014-04-18 12:27:05Z andyrtr $ # Maintainer: AndyRTR # Maintainer: Bartłomiej Piotrowski # Contributor: Yue pkgname=libetonyek pkgver=0.0.4 pkgrel=1 pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations' arch=('i686' 'x86_64') url='http://www.freedesktop.org/wiki/Software/libetonyek/' license=('MPL') depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs') makedepends=('boost' 'cppunit') source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) md5sums=('9d7c8e52e2d20e1fa270c75fd78f3417') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }