#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com)

pkgname=gnome-python-desktop
pkgver=2.26.0
pkgrel=1gv
arch=i486
source=("http://ftp.acc.umu.se/pub/GNOME/sources/gnome-python-desktop/2.26/gnome-python-desktop-2.26.0.tar.bz2")
docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers")
url=www.gnome.org
options=('noautodotnew')

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"gnome-python-desktop - Python bindings for the GNOME desktop"
"This package contains a few python modules that used to live in"
"gnome-python-extras: gnomeapplet, gnomeprint, gnomeprint.ui,"
"gtksourceview, wnck, gtop, nautilusburn, mediaprofiles, metacity"
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static
	make || return 1
	make install DESTDIR=$startdir/pkg
} 
