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

Daniel Griffiths dgriffiths at archlinux.org
Wed Mar 3 00:52:19 UTC 2010


    Date: Tuesday, March 2, 2010 @ 19:52:18
  Author: dgriffiths
Revision: 70988

FS#6698

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-02 21:26:26 UTC (rev 70987)
+++ PKGBUILD	2010-03-03 00:52:18 UTC (rev 70988)
@@ -3,7 +3,7 @@
 
 pkgname=enchant
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/"
@@ -16,7 +16,8 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-zemberek || return 1
+  ./configure --prefix=/usr --disable-static --disable-zemberek \
+	--disable-ispell --with-myspell-dir=/usr/share/myspell || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list