opt/hunspell/Pkgfile

24 lines
425 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
2017-05-26 07:53:36 +02:00
version=1.6.1
2013-09-29 11:31:45 +02:00
release=2
2017-05-26 07:53:36 +02:00
source=(https://github.com/hunspell/$name/archive/v$version.tar.gz)
2013-09-28 01:25:47 +02:00
build() {
cd $name-$version
2017-05-26 07:53:36 +02:00
autoreconf -if
2013-09-28 01:25:47 +02:00
./configure \
--prefix=/usr \
2013-09-29 11:31:45 +02:00
--disable-nls
2013-09-28 01:25:47 +02:00
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/man/hu
}