milis/talimatname/genel/g/gom/talimat

22 lines
507 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: SQLite nesne eşleyicisine bir GObject
2017-07-30 12:30:55 +02:00
# URL: https://wiki.gnome.org/Projects/Gom
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool gtk-doc gobject-introspection gdk-pixbuf gnome-common glib sqlite
2017-07-30 12:30:55 +02:00
2017-10-28 14:10:23 +02:00
isim=gom
surum=0.3.2
devir=1
kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz)
2017-07-30 12:30:55 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-30 12:30:55 +02:00
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--disable-static --enable-gtk-doc
make
make DESTDIR="$PKG" install
# vim:set ts=2 sw=2 et:
}