#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=gnome-python pkgver=2.22.0 pkgrel=1 zenver=52 arch=i486 source=("ftp://ftp.gnome.org/pub/gnome/sources/gnome-python/2.22/gnome-python-2.22.0.tar.bz2") docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "pkg-info") options=('norequiredbuilder' 'keepdepfile') 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 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }