#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-python-desktop pkgver=2.32.0 zenver=66 pkgrel=1 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/gnome-python-desktop/2.32/gnome-python-desktop-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' '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 --localstatedir=/var --sysconfdir=/etc --enable-metacity --enable-static=no make || return 1 make install DESTDIR=$startdir/pkg }