Date: Sunday, May 25, 2014 @ 22:12:57
  Author: andyrtr
Revision: 213585

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libetonyek/repos/staging-i686/
  libetonyek/repos/staging-i686/PKGBUILD
    (from rev 213584, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/staging-x86_64/
  libetonyek/repos/staging-x86_64/PKGBUILD
    (from rev 213584, libetonyek/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libetonyek/repos/staging-i686/PKGBUILD (from rev 213584, 
libetonyek/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2014-05-25 20:12:57 UTC (rev 213585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.0
+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' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('b5763d8c1365e15ea5e591a920615770')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libetonyek/repos/staging-x86_64/PKGBUILD (from rev 213584, 
libetonyek/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2014-05-25 20:12:57 UTC (rev 213585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.0
+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' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('b5763d8c1365e15ea5e591a920615770')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to