#Packager: George Vlahavas pkgname=pygobject3 pkgver=3.10.1 pkgrel=1gv source=("http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.10/pygobject-3.10.1.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pygobject3 (GObject bindings for Python)" "This archive contains bindings for the GObject, to be used in Python." "It is a fairly complete set of bindings, it's already rather useful," "and is usable to write moderately complex programs." ) build() { cd $startdir/src/pygobject-$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 }