[arch-commits] Commit in hunspell/repos (3 files)

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


    Date: Saturday, December 6, 2008 @ 09:17:14
  Author: alexanderf
Revision: 20745

Merged revisions 20744 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/hunspell/trunk

........
  r20744 | alexanderf | 2008-12-06 15:14:49 +0100 (Sa, 06 Dez 2008) | 1 line
  
  upgpkg: hunspell 1.2.8-1
........

Added:
  hunspell/repos/extra-x86_64/ChangeLog
    (from rev 20744, hunspell/trunk/ChangeLog)
Modified:
  hunspell/repos/extra-x86_64/	(properties)
  hunspell/repos/extra-x86_64/PKGBUILD

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


Property changes on: hunspell/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /hunspell/trunk:1-6678
   + /hunspell/trunk:1-20744

Copied: hunspell/repos/extra-x86_64/ChangeLog (from rev 20744, hunspell/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog	                        (rev 0)
+++ extra-x86_64/ChangeLog	2008-12-06 14:17:14 UTC (rev 20745)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-12-06 14:14:49 UTC (rev 20744)
+++ extra-x86_64/PKGBUILD	2008-12-06 14:17:14 UTC (rev 20745)
@@ -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