[arch-commits] Commit in wv/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Jun 1 15:55:06 UTC 2009


    Date: Monday, June 1, 2009 @ 11:55:05
  Author: jgc
Revision: 40976

upgpkg: wv 1.2.4-2
    Fix manpath

Modified:
  wv/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-01 15:38:59 UTC (rev 40975)
+++ PKGBUILD	2009-06-01 15:55:05 UTC (rev 40976)
@@ -3,12 +3,12 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 pkgname=wv
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file formats"
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/wvware"
 license=(GPL)
-depends=('libgsf>=1.14.3' 'libpng>=1.2.13')
+depends=('libgsf>=1.14.14' 'libpng>=1.2.36' 'sh')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz)
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --mandir=/usr/share || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list