milis/talimatname/genel/g/gom/talimat

22 lines
515 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
name=gom
version=0.3.2
release=1
source=(https://git.gnome.org/browse/$name/snapshot/$name-$version.tar.xz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--disable-static --enable-gtk-doc
make
make DESTDIR="$PKG" install
# vim:set ts=2 sw=2 et:
}