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

Andrea Scarpino andrea at archlinux.org
Thu Apr 15 13:26:43 UTC 2010


    Date: Thursday, April 15, 2010 @ 09:26:42
  Author: andrea
Revision: 77532

upgpkg: enchant 1.6.0-1
upstream release; zemberek is disabled by default now

Modified:
  enchant/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-15 10:38:06 UTC (rev 77531)
+++ PKGBUILD	2010-04-15 13:26:42 UTC (rev 77532)
@@ -1,23 +1,30 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=enchant
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/"
 license=('LGPL')
-depends=('aspell' 'dbus-glib>=0.82' 'hunspell>=1.2.8')
+depends=('aspell' 'dbus-glib' 'hunspell')
 makedepends=('hspell')
-options=(!libtool)
-source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7dfaed14e142b4a0004b770c9568ed02')
+options=('!libtool')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('de11011aff801dc61042828041fb59c7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-zemberek \
-	--disable-ispell --with-myspell-dir=/usr/share/myspell || return 1
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-ispell \
+    --with-myspell-dir=/usr/share/myspell || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list