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

Alexander Fehr alexanderf at archlinux.org
Sat Dec 6 14:14:49 UTC 2008


    Date: Saturday, December 6, 2008 @ 09:14:49
  Author: alexanderf
Revision: 20744

upgpkg: hunspell 1.2.8-1

Added:
  hunspell/trunk/ChangeLog
Modified:
  hunspell/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   23 ++++++++++++-----------
 2 files changed, 18 insertions(+), 11 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2008-12-06 14:14:49 UTC (rev 20744)
@@ -0,0 +1,6 @@
+2008-12-02  Alexander Fehr  <pizzapunk gmail com>
+
+  * hunspell-1.2.8-1:
+  New upstream release.
+  New maintainer.
+  Added ChangeLog.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-06 14:12:24 UTC (rev 20743)
+++ PKGBUILD	2008-12-06 14:14:49 UTC (rev 20744)
@@ -1,22 +1,23 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# $Id$
+# Maintainer: Alexander Fehr <pizzapunk gmail com>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=hunspell
-pkgver=1.2.6
+pkgver=1.2.8
 pkgrel=1
-pkgdesc="Hunspell is a spell checker and morphological analyzer library"
-arch=(i686 x86_64)
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.sourceforge.net/"
 license=('GPL' 'LGPL' 'MPL')
-url="http://hunspell.sourceforge.net/"
 depends=('gcc-libs')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('57ee841a0c4f97ad64ef12136413398b')
+source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
+md5sums=('1177af54a09e320d2c24015f29c3a93e')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i "s:${prefix}\/man:${prefix}\/share\/man:g" configure || return 1
-  ./configure --prefix=/usr --disable-static
+  cd "$srcdir/hunspell-$pkgver"
+
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list