22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
# 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:
|
||
|
||
}
|