1234567891011121314151617181920212223 |
- # Tanım: SQLite nesne eşleyicisine bir GObject
- # URL: https://wiki.gnome.org/Projects/Gom
- # Paketçi: yasarciv67
- # Gerekler: intltool gtk-doc gobject-introspection gdk-pixbuf gnome-common glib sqlite
- # Grup: sistem
- 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:
- }
|