milis/talimatname/genel/e/enchant/talimat

24 lines
467 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
name=enchant
version=1.6.0
release=1
source=(http://www.abisource.com/downloads/$name/$version/$name-$version.tar.gz)
derle() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-static \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
chmod a-x $PKG/usr/lib/*.so
}