# Description:
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gnome-python

name=gnome-python-extras
version=2.12.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.12/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}
