summaryrefslogtreecommitdiff
path: root/hunspell/Pkgfile
blob: 5e22a263b6aa4c976a4e6eda5b789f875a14bcf0 (plain)
    1 # Description:	Advanced spell checker
    2 # URL:		http://hunspell.sourceforge.net/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 # Depends on:
    5 
    6 name=hunspell
    7 version=1.7.0
    8 release=2
    9 source=(https://github.com/hunspell/$name/archive/v$version/$name-v$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	autoreconf -if
   15 
   16 	./configure \
   17 		--prefix=/usr \
   18 		--disable-nls
   19 
   20 	make prefix=$PKG/usr install
   21 
   22 	ln -s libhunspell-1.7.so.0.0.1 $PKG/usr/lib/libhunspell.so
   23 	rm -rf $PKG/usr/share/man/hu
   24 }

Generated by cgit