talimat 512 B

1234567891011121314151617181920212223
  1. # Tanım: SQLite nesne eşleyicisine bir GObject
  2. # URL: https://wiki.gnome.org/Projects/Gom
  3. # Paketçi: yasarciv67
  4. # Gerekler: intltool gtk-doc gobject-introspection gdk-pixbuf gnome-common glib sqlite
  5. # Grup: sistem
  6. isim=gom
  7. surum=0.3.2
  8. devir=1
  9. kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. NOCONFIGURE=1 ./autogen.sh
  13. ./configure --prefix=/usr \
  14. --disable-static --enable-gtk-doc
  15. make
  16. make DESTDIR="$PKG" install
  17. # vim:set ts=2 sw=2 et:
  18. }