[arch-commits] CVS update of extra/office/hunspell (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat May 26 22:13:32 UTC 2007


    Date: Saturday, May 26, 2007 @ 18:13:32
  Author: andyrtr
    Path: /home/cvs-extra/extra/office/hunspell

Modified: PKGBUILD (1.2 -> 1.3)

updatepkg 1.1.5, to testing for coming OOo2.2.1 release


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


Index: extra/office/hunspell/PKGBUILD
diff -u extra/office/hunspell/PKGBUILD:1.2 extra/office/hunspell/PKGBUILD:1.3
--- extra/office/hunspell/PKGBUILD:1.2	Sat Dec  9 08:37:18 2006
+++ extra/office/hunspell/PKGBUILD	Sat May 26 18:13:29 2007
@@ -1,20 +1,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 pkgname=hunspell
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
 pkgdesc="Hunspell is a spell checker and morphological analyzer library"
 arch=(i686 x86_64)
+license=('GPL' 'LGPL' 'MPL')
 url="http://hunspell.sourceforge.net/"
 depends=('gcc')
-options=('nolibtool')
+options=('!libtool')
 source=(http://heanet.dl.sourceforge.net/sourceforge/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4cf2dfb89dd58392ad5a1183c69eb628')
+md5sums=('c69950f7df9136e44a85390904445c45')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   [ "$CARCH" = "x86_64" ] && CXXFLAGS="${CXXFLAGS} -fPIC"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list