summaryrefslogtreecommitdiff
path: root/hunspell/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell/Pkgfile')
-rw-r--r--hunspell/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile
index 0233ff5fc..5e22a263b 100644
--- a/hunspell/Pkgfile
+++ b/hunspell/Pkgfile
@@ -4,7 +4,7 @@
# Depends on:
name=hunspell
-version=1.6.1
+version=1.7.0
release=2
source=(https://github.com/hunspell/$name/archive/v$version/$name-v$version.tar.gz)
@@ -16,8 +16,9 @@ build() {
./configure \
--prefix=/usr \
--disable-nls
- make
+
make prefix=$PKG/usr install
+ ln -s libhunspell-1.7.so.0.0.1 $PKG/usr/lib/libhunspell.so
rm -rf $PKG/usr/share/man/hu
}

Generated by cgit