Date: Saturday, September 15, 2012 @ 03:48:43
  Author: andyrtr
Revision: 166663

upgpkg: hunspell 1.3.2-2

add a generic .so symlink required for development projects not reading 
pkgconfig files - Debian and Gentoo do this as well; FS#30592

Modified:
  hunspell/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-09-15 04:44:42 UTC (rev 166662)
+++ PKGBUILD    2012-09-15 07:48:43 UTC (rev 166663)
@@ -4,7 +4,7 @@
 
 pkgname=hunspell
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
 url="http://hunspell.sourceforge.net/";
@@ -25,4 +25,9 @@
 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
 }

Reply via email to