milis/talimatname/genel/hunspell/talimat

21 lines
485 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Yazım denetimi ve morfolojik analizler için kütüphane ve uygulama
# URL: http://hunspell.sourceforge.net/
# Packager: milisarge
# Depends on:
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
}