talimat 592 B

123456789101112131415161718192021
  1. # Tanım: Bir GTK+ uygulamasında yazım denetimini uygulamak için esnek bir API
  2. # URL: https://wiki.gnome.org/Projects/gspell
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: gtk3 enchant libxml2 iso-codes intltool gobject-introspection vala gtk-doc autoconf-archive
  5. # Grup: sistem
  6. isim=gspell
  7. surum=1.8.1
  8. devir=1
  9. kaynak=(https://gitlab.gnome.org/GNOME/gspell/-/archive/master/gspell-master.tar.gz)
  10. derle() {
  11. cd $isim-master
  12. NOCONFIGURE=1 ./autogen.sh
  13. ./configure --prefix=/usr --enable-gtk-doc
  14. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  15. make
  16. make DESTDIR="$PKG" install
  17. }