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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 4 21:12:59 UTC 2009


    Date: Sunday, October 4, 2009 @ 17:12:59
  Author: andyrtr
Revision: 53985

upgpkg: hunspell 1.2.8-2
    add ncurses based userinterface and readline support, enable some experimental functions - closes #15107

Modified:
  hunspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-04 21:07:16 UTC (rev 53984)
+++ PKGBUILD	2009-10-04 21:12:59 UTC (rev 53985)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=hunspell
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
 url="http://hunspell.sourceforge.net/"
 license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs')
+depends=('gcc-libs' 'readline')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
 md5sums=('1177af54a09e320d2c24015f29c3a93e')
 
 build() {
   cd "$srcdir/hunspell-$pkgver"
-
-  ./configure --prefix=/usr --disable-static || return 1
+  ./configure --prefix=/usr --disable-static \
+	--with-ui --with-readline --with-experimental || return 1
   make || return 1
   make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list