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

Ronald van Haren ronald at archlinux.org
Mon Jul 7 21:36:30 UTC 2008


    Date: Monday, July 7, 2008 @ 17:36:29
  Author: ronald
Revision: 4517

fix license

Modified:
  wv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-07 21:31:08 UTC (rev 4516)
+++ PKGBUILD	2008-07-07 21:36:29 UTC (rev 4517)
@@ -6,11 +6,12 @@
 pkgver=0.2.3
 pkgrel=1
 pkgdesc="wvWare is the continuation of Caolan McNamara's wv - the MSWord library. It can parse MSWord 9,8,7,6 formats"
-arch=(i686)
+arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/wvware/"
 depends=('libgsf>=1.14.1')
-options=(NOLIBTOOL)
+options=(!libtool)
 source=(http://heanet.dl.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.bz2)
+license=('GPL2')
 md5sums=('ea7e3331fbe597185070c0784411a3f7')
 
 build() {





More information about the arch-commits mailing list