summaryrefslogtreecommitdiff
path: root/extra/libwps/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libwps/PKGBUILD')
-rw-r--r--extra/libwps/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/libwps/PKGBUILD b/extra/libwps/PKGBUILD
index 011d4a9ba..1b57dbcc0 100644
--- a/extra/libwps/PKGBUILD
+++ b/extra/libwps/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD 151320 2012-02-25 13:44:08Z allan $
+# $Id: PKGBUILD 166173 2012-09-05 06:04:00Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Robert McCathie <archaur at rmcc dot com dot au>
pkgname=libwps
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.7
+pkgrel=1
pkgdesc="a Microsoft Works file word processor format import filter library"
arch=('i686' 'x86_64')
url="http://libwps.sourceforge.net/"
license=('LGPL')
-depends=('libwpd>=0.9.2')
+depends=('libwpd>=0.9.4')
+makedepends=('boost')
options=(!libtool)
source=("http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('29721a16f25967d59969d5f0ae485b4a')
+md5sums=('d197bd6211669a2fa4ca648faf04bcb1')
build() {
cd "$srcdir/$pkgname-$pkgver"
- sed -i -e 's: -Wall -Werror -pedantic::' configure.in
- touch NEWS AUTHORS ChangeLog
- autoreconf -fi
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --disable-static \
+ --disable-werror
make
}