[arch-commits] Commit in hunspell/repos (extra-i686 extra-i686/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Wed Jul 2 18:49:55 UTC 2008
Date: Wednesday, July 2, 2008 @ 14:49:55
Author: andyrtr
Revision: 4034
Merged revisions 746-4033 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-i686/ (properties)
hunspell/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Property changes on: hunspell/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /hunspell/trunk:1-745
+ /hunspell/trunk:1-4033
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-07-02 18:46:12 UTC (rev 4033)
+++ extra-i686/PKGBUILD 2008-07-02 18:49:55 UTC (rev 4034)
@@ -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