milis/talimatname/genel/g/gspell/talimat

21 lines
587 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: Bir GTK + uygulamasında yazım denetimini uygulamak için esnek bir API
# URL: https://wiki.gnome.org/Projects/gspell
# Paketçi: Cihan_Alkan
# Gerekler: gtk3 enchant libxml2 iso-codes intltool gobject-introspection vala gtk-doc autoconf-archive
# Grup:
isim=gspell
surum=1.8.1
devir=1
kaynak=(https://gitlab.gnome.org/GNOME/gspell/-/archive/master/gspell-master.tar.gz)
derle() {
cd $isim-master
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="$PKG" install
}