milis/talimatname/genel/enchant/talimat

24 lines
474 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: Genel yazım denetimi kitaplığı.
# URL: http://www.abisource.com/enchant/
# Packager: milisarge
# Depends on: aspell dbus-glib
name=enchant
version=1.6.0
release=1
source=(http://www.abisource.com/downloads/$name/$version/$name-$version.tar.gz)
build() {
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
}