#Packager: George Vlahavas pkgname=gnome-python-extras pkgver=2.25.3 pkgrel=1gv source=("ftp://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-2.25.3.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }