milis/talimatname/genel/hunspell/talimat

21 lines
485 B
Plaintext
Raw Normal View History

2017-01-31 02:35:21 +01:00
# Description: Yazım denetimi ve morfolojik analizler için kütüphane ve uygulama
2016-02-24 01:27:23 +01:00
# URL: http://hunspell.sourceforge.net/
2017-01-31 02:35:21 +01:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=hunspell
version=1.3.3
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--with-ui \
--with-readline \
--with-experimental
make
make DESTDIR=$PKG install
}