[arch-commits] Commit in libetonyek/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Apr 22 11:37:05 UTC 2018


    Date: Sunday, April 22, 2018 @ 11:37:03
  Author: andyrtr
Revision: 322784

archrelease: copy trunk to testing-x86_64

Added:
  libetonyek/repos/testing-x86_64/
  libetonyek/repos/testing-x86_64/PKGBUILD
    (from rev 322783, libetonyek/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: libetonyek/repos/testing-x86_64/PKGBUILD (from rev 322783, libetonyek/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-04-22 11:37:03 UTC (rev 322784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.8
+pkgrel=1
+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=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d')
+
+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
+}



More information about the arch-commits mailing list