#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=gnome-python-extras pkgver=2.25.3 zenver=60 pkgrel=1 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-2.25.3.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/gnome/$pkgname docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-python-extras - Python bindings for GNOME" "This archive contains modules that allow you to write GNOME programs" "in Python. This package contains the bindings that are not included in" "the GNOME desktop." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-gtkmozembed --with-gtkmozembed=mozilla --disable-static make || return 1 make install DESTDIR=$startdir/pkg }