[arch-commits] Commit in libodfgen/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Jan 22 11:53:27 UTC 2014


    Date: Wednesday, January 22, 2014 @ 12:53:26
  Author: bpiotrowski
Revision: 204538

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

Added:
  libodfgen/repos/extra-i686/
  libodfgen/repos/extra-i686/PKGBUILD
    (from rev 204537, libodfgen/trunk/PKGBUILD)
  libodfgen/repos/extra-x86_64/
  libodfgen/repos/extra-x86_64/PKGBUILD
    (from rev 204537, libodfgen/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libodfgen/repos/extra-i686/PKGBUILD (from rev 204537, libodfgen/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-01-22 11:53:26 UTC (rev 204538)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sf.net/p/libwpd/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib')
+makedepends=('boost' 'libwpg' 'libetonyek')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.bz2)
+md5sums=('e5483d1f0b71e64c367c1194b54b0f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libodfgen/repos/extra-x86_64/PKGBUILD (from rev 204537, libodfgen/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-01-22 11:53:26 UTC (rev 204538)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sf.net/p/libwpd/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib')
+makedepends=('boost' 'libwpg' 'libetonyek')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.bz2)
+md5sums=('e5483d1f0b71e64c367c1194b54b0f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list