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

Laurent Carlier lcarlier at archlinux.org
Mon Mar 13 07:26:48 UTC 2017


    Date: Monday, March 13, 2017 @ 07:26:48
  Author: lcarlier
Revision: 216029

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  odt2txt/repos/community-testing-i686/
  odt2txt/repos/community-testing-i686/PKGBUILD
    (from rev 216028, odt2txt/trunk/PKGBUILD)
  odt2txt/repos/community-testing-x86_64/
  odt2txt/repos/community-testing-x86_64/PKGBUILD
    (from rev 216028, odt2txt/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: odt2txt/repos/community-testing-i686/PKGBUILD (from rev 216028, odt2txt/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-03-13 07:26:48 UTC (rev 216029)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vladimir Chizhov <jagoterr at gmail.com>
+
+pkgname=odt2txt
+pkgver=0.5
+pkgrel=2
+_commit=de7f920f4d8fc858b448d118189c791fe8d7fbca
+pkgdesc="extracts the text out of OpenDocument Texts"
+url="https://github.com/dstosberg/odt2txt/"
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('zlib' 'libzip')
+makedepends=('git')
+source=("$pkgname::git://github.com/dstosberg/odt2txt.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  install -Dm755 odt2txt "$pkgdir"/usr/bin/odt2txt
+  install -Dm644 odt2txt.1 "$pkgdir"/usr/share/man/man1/odt2txt.1
+}

Copied: odt2txt/repos/community-testing-x86_64/PKGBUILD (from rev 216028, odt2txt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-03-13 07:26:48 UTC (rev 216029)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vladimir Chizhov <jagoterr at gmail.com>
+
+pkgname=odt2txt
+pkgver=0.5
+pkgrel=2
+_commit=de7f920f4d8fc858b448d118189c791fe8d7fbca
+pkgdesc="extracts the text out of OpenDocument Texts"
+url="https://github.com/dstosberg/odt2txt/"
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('zlib' 'libzip')
+makedepends=('git')
+source=("$pkgname::git://github.com/dstosberg/odt2txt.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  install -Dm755 odt2txt "$pkgdir"/usr/bin/odt2txt
+  install -Dm644 odt2txt.1 "$pkgdir"/usr/share/man/man1/odt2txt.1
+}



More information about the arch-commits mailing list