summaryrefslogtreecommitdiff
path: root/extra/libwpd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-23 00:01:26 +0000
committerroot <root@rshg054.dnsready.net>2012-04-23 00:01:26 +0000
commit076ac7347687744daa2ca386a67a4ad111c71415 (patch)
treeb82f738122e9905a6dab679ab5f4cf7eb75e55f4 /extra/libwpd
parentaf1e6c210b43ea6b8e043524edccb1d0befd257f (diff)
Mon Apr 23 00:01:26 UTC 2012
Diffstat (limited to 'extra/libwpd')
-rw-r--r--extra/libwpd/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libwpd/PKGBUILD b/extra/libwpd/PKGBUILD
index e70cdb796..c5846bdd5 100644
--- a/extra/libwpd/PKGBUILD
+++ b/extra/libwpd/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 151318 2012-02-25 13:42:09Z allan $
+# $Id: PKGBUILD 156639 2012-04-22 00:00:22Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
pkgname=libwpd
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
pkgdesc="Library for importing WordPerfect (tm) documents"
arch=('i686' 'x86_64')
url="http://libwpd.sourceforge.net/"
license=('LGPL')
depends=('gcc-libs')
makedepends=('libgsf>=1.14.20')
-options=('!libtool')
+options=('!libtool' '!emptydirs')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('da43f18da732f6156cef145d06613960')
+md5sums=('d30d1726c3b113db70daaae423dd4448')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}