# Description: Python bindings for GObject
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: python
# Group: gnome/bindings

name=pygobject
version=2.14.0
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
	rm -rf $PKG/usr/share/gtk-doc
}
