milis/talimatname/genel/h/hunspell/talimat

21 lines
478 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
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
}