opt/hunspell/Pkgfile

24 lines
488 B
Plaintext
Raw Normal View History

2013-09-28 01:25:47 +02:00
# Description: Advanced spell checker
# URL: http://hunspell.sourceforge.net/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=hunspell
version=1.3.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--disable-static
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/man/hu
mv $PKG/usr/share/man $PKG/usr/man
rmdir $PKG/usr/share
}