summaryrefslogtreecommitdiff
path: root/extra/hspell
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-29 00:04:41 +0000
committerroot <root@rshg054.dnsready.net>2012-08-29 00:04:41 +0000
commit498a4346616c33beac56d48a246cf27fe3812341 (patch)
tree333cfc0154a280d9dcf65c08900913200c33d988 /extra/hspell
parent559da5e6e5aff9ccc57e29b6a91c35a528424b6c (diff)
Wed Aug 29 00:04:40 UTC 2012
Diffstat (limited to 'extra/hspell')
-rw-r--r--extra/hspell/PKGBUILD22
1 files changed, 9 insertions, 13 deletions
diff --git a/extra/hspell/PKGBUILD b/extra/hspell/PKGBUILD
index a29064d56..aea8885f6 100644
--- a/extra/hspell/PKGBUILD
+++ b/extra/hspell/PKGBUILD
@@ -1,27 +1,23 @@
-# $Id: PKGBUILD 151262 2012-02-25 10:23:43Z allan $
+# $Id: PKGBUILD 165612 2012-08-27 09:42:27Z jgc $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgbase=hspell
pkgname=('hspell' 'hunspell-he')
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.ivrix.org.il/projects/spell-checker/"
makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
options=('!libtool' '!makeflags')
-source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz
- hspell-1.0.sharedlib.patch)
-md5sums=('e79e75180ce529c008ea085954a52f2c'
- '0df6764bb37500ee936b9355fee0c7a5')
+source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('32fbc1a71e86ab46bf7870c6eec9a6be'
+ '858120037dd52ae823788518329ee7d3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ${srcdir}/hspell-1.0.sharedlib.patch
- autoreconf -v
- sed -i -e 's|/usr/bin/awk|/bin/awk|' wzip
./configure --prefix=/usr --mandir=/usr/share/man \
- --enable-linginfo --enable-fatverb
+ --enable-linginfo --enable-fatverb --enable-shared
make
make hunspell
}
@@ -44,8 +40,8 @@ package_hunspell-he() {
cd "${srcdir}/${pkgbase}-${pkgver}"
install -dm755 ${pkgdir}/usr/share/hunspell
- install -m644 hunspell/new_he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic
- install -m644 hunspell/new_he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff
+ install -m644 he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic
+ install -m644 he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff
# the symlinks
install -dm755 ${pkgdir}/usr/share/myspell/dicts