summaryrefslogtreecommitdiff
path: root/extra/hunspell/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hunspell/PKGBUILD')
-rw-r--r--extra/hunspell/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/hunspell/PKGBUILD b/extra/hunspell/PKGBUILD
index 7996411ee..5cc192ff8 100644
--- a/extra/hunspell/PKGBUILD
+++ b/extra/hunspell/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 125861 2011-05-30 15:55:43Z andyrtr $
+# $Id: PKGBUILD 166664 2012-09-15 07:49:23Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
pkgname=hunspell
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Spell checker and morphological analyzer library and program"
arch=('i686' 'x86_64' 'mips64el')
url="http://hunspell.sourceforge.net/"
@@ -25,4 +25,9 @@ build() {
package() {
cd "$srcdir/hunspell-$pkgver"
make DESTDIR="$pkgdir" install
+
+ # add generic hunspell.so for development and projects not using pkgconfig flags - FS#30592
+ pushd $pkgdir/usr/lib
+ ln -s libhunspell-?.?.so libhunspell.so
+ popd
}