# Description: Python bindings for GNOME # URL: http://www.gnome.org/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: glib, gtk, python, pygtk, pyorbit, libgnome, libgnomeui, libgnomecanvas, gnome-vfs, gconf, libbonobo, libbonoboui, libgnomeprintui, pkg-config # Group: gnome/bindings name=gnome-python version=2.20.1 release=1 source=(http://download.gnome.org/bindings/2.20/2.20.2/sources/python/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }