[arch-commits] Commit in libpst/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 7 19:17:27 UTC 2016
Date: Friday, October 7, 2016 @ 19:17:27
Author: bpiotrowski
Revision: 277899
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
libpst/repos/staging-i686/
libpst/repos/staging-i686/PKGBUILD
(from rev 277898, libpst/trunk/PKGBUILD)
libpst/repos/staging-x86_64/
libpst/repos/staging-x86_64/PKGBUILD
(from rev 277898, libpst/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: libpst/repos/staging-i686/PKGBUILD (from rev 277898, libpst/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2016-10-07 19:17:27 UTC (rev 277899)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.67
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/"
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('8b26a5faecaca5578c6207c66da0c94b85362f8d')
+
+build() {
+ cd $pkgbase-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package_libpst() {
+ pkgdesc="Outlook .pst file converter"
+ depends=('gcc-libs' 'libgsf')
+ optdepends=('boost-libs: for libpst python interface')
+ options=('!docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+ pkgdesc="Documentation for Outlook .pst file converter"
+ options=('docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="${pkgdir}" install-htmlDATA
+ cd html
+ make DESTDIR="${pkgdir}" install-htmldevelDATA
+}
Copied: libpst/repos/staging-x86_64/PKGBUILD (from rev 277898, libpst/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-07 19:17:27 UTC (rev 277899)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.67
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/"
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('8b26a5faecaca5578c6207c66da0c94b85362f8d')
+
+build() {
+ cd $pkgbase-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package_libpst() {
+ pkgdesc="Outlook .pst file converter"
+ depends=('gcc-libs' 'libgsf')
+ optdepends=('boost-libs: for libpst python interface')
+ options=('!docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+ pkgdesc="Documentation for Outlook .pst file converter"
+ options=('docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="${pkgdir}" install-htmlDATA
+ cd html
+ make DESTDIR="${pkgdir}" install-htmldevelDATA
+}
More information about the arch-commits
mailing list