diff options
Diffstat (limited to 'extra/libpst/PKGBUILD')
-rw-r--r-- | extra/libpst/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libpst/PKGBUILD b/extra/libpst/PKGBUILD index e643c2937..37679f9ad 100644 --- a/extra/libpst/PKGBUILD +++ b/extra/libpst/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 201261 2013-12-07 10:35:00Z bpiotrowski $ +# $Id: PKGBUILD 204783 2014-01-27 07:57:48Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=libpst pkgname=('libpst' 'libpst-docs') -pkgver=0.6.58 -pkgrel=2 +pkgver=0.6.63 +pkgrel=1 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=('c398d58b8b5106725f1659c900305c6385c0773e') +sha1sums=('3625c94bc82555d490805d4bbac07d9160195537') build() { - cd "${srcdir}/${pkgbase}-${pkgver}" + cd $pkgbase-$pkgver ./configure --prefix=/usr --mandir=/usr/share/man \ --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2 make @@ -25,7 +25,7 @@ package_libpst() { optdepends=('boost-libs: for libpst python interface') options=('!docs') - cd "${srcdir}/${pkgbase}-${pkgver}" + cd $pkgbase-$pkgver make DESTDIR="${pkgdir}" install } @@ -33,8 +33,8 @@ package_libpst-docs() { pkgdesc="Documentation for Outlook .pst file converter" options=('docs') - cd "${srcdir}/${pkgbase}-${pkgver}" + cd $pkgbase-$pkgver make DESTDIR="${pkgdir}" install-htmlDATA - cd "${srcdir}/${pkgbase}-${pkgver}/html" + cd html make DESTDIR="${pkgdir}" install-htmldevelDATA } |