milis/talimatname/genel/a/aspell/talimat

23 lines
504 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.

# Tanım: İnteraktif yazım denetimi programı ve kütüphaneleri.
# URL: http://aspell.net
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=aspell
surum=0.60.6.1
devir=1
kaynak=(http://ftp.gnu.org/gnu/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
install -v -m 755 scripts/ispell $PKG/usr/bin/
install -v -m 755 scripts/spell $PKG/usr/bin/
rm $PKG/usr/share/info/dir
}