summaryrefslogtreecommitdiff
path: root/extra/libpst
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /extra/libpst
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'extra/libpst')
-rw-r--r--extra/libpst/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libpst/PKGBUILD b/extra/libpst/PKGBUILD
index dc851c80a..6ecf7eb75 100644
--- a/extra/libpst/PKGBUILD
+++ b/extra/libpst/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 183115 2013-04-17 16:05:23Z jgc $
+# $Id: PKGBUILD 198223 2013-10-30 13:33:34Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=libpst
@@ -23,7 +23,7 @@ package_libpst() {
pkgdesc="Outlook .pst file converter"
depends=('gcc-libs' 'libgsf')
optdepends=('boost-libs: for libpst python interface')
- options=('!libtool' '!docs')
+ options=('!docs')
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
@@ -31,7 +31,7 @@ package_libpst() {
package_libpst-docs() {
pkgdesc="Documentation for Outlook .pst file converter"
- options=('!libtool' 'docs')
+ options=('docs')
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install-htmlDATA