#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=pygoocanvas pkgver=0.14.1 zenver=66 pkgrel=1 arch=i486 source=(http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/0.14/$pkgname-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://live.gnome.org/PyGoocanvas sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "PyGoocanvas (Python bindings for GooCanvas)" "PyGoocanvas are the python bindings for GooCanvas which is a canvas" "widget for GTK+ that uses the cairo 2D library for drawing." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }