#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=gnome-python pkgver=2.26.1 pkgrel=2gv arch=x86_64 source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.26/gnome-python-2.26.1.tar.bz2") docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "pkg-info") options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-python - GNOME Python Bindings" "Gnome-Python is a set of interfaces to gnome-libs. It also contains" "a copy of PyGTK, so you don't have to worry about gnome-python" "getting out of sync with your copy of PyGTK. The bindings cover" "almost all of the APIs in gnome-libs." ) build() { cd $startdir/src/$pkgname-$pkgver ./waf configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} ./waf build ./waf install --destdir=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }