milis/talimatname/genel/e/enchant/talimat

24 lines
457 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: Genel yazım denetimi kitaplığı.
# URL: http://www.abisource.com/enchant/
# Paketçi: milisarge
# Gerekler: aspell dbus-glib
isim=enchant
surum=1.6.0
devir=1
kaynak=(http://www.abisource.com/downloads/$isim/$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-static \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
chmod a-x $PKG/usr/lib/*.so
}