milis/talimatname/genel/g/gom/talimat

22 lines
507 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: SQLite nesne eşleyicisine bir GObject
# URL: https://wiki.gnome.org/Projects/Gom
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool gtk-doc gobject-introspection gdk-pixbuf gnome-common glib sqlite
isim=gom
surum=0.3.2
devir=1
kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--disable-static --enable-gtk-doc
make
make DESTDIR="$PKG" install
# vim:set ts=2 sw=2 et:
}