[arch-commits] Commit in hunspell/repos (extra-x86_64 extra-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jul 2 18:46:12 UTC 2008


    Date: Wednesday, July 2, 2008 @ 14:46:12
  Author: andyrtr
Revision: 4033

Merged revisions 745-4032 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/hunspell/trunk

........
  r4032 | andyrtr | 2008-07-02 18:45:41 +0000 (Mi, 02 Jul 2008) | 1 line
  
  upgpkg: hunspell 1.2.4-1
........

Modified:
  hunspell/repos/extra-x86_64/	(properties)
  hunspell/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Property changes on: hunspell/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /hunspell/trunk:1-744
   + /hunspell/trunk:1-4032

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-02 18:45:41 UTC (rev 4032)
+++ extra-x86_64/PKGBUILD	2008-07-02 18:46:12 UTC (rev 4033)
@@ -1,21 +1,22 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
 pkgname=hunspell
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="Hunspell is a spell checker and morphological analyzer library"
 arch=(i686 x86_64)
 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=('e8cde1130894dcd3f732248db945d0c0')
+source=(http://downloads.sourceforge.net/sourceforge/hunspell/${pkgname}-${pkgver}-2.tar.gz)
+md5sums=('fd08e76eca72af5d0d3294f2abe34c69')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  [ "$CARCH" = "x86_64" ] && CXXFLAGS="${CXXFLAGS} -fPIC"
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i "s:${prefix}\/man:${prefix}\/share\/man:g" configure || return 1
   ./configure --prefix=/usr --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }





More information about the arch-commits mailing list