#Maintainer: R S Ananda Murthy #Former Maintainer(s): gmg (g.monpontet@gmail.com) pkgname=pyqt-x11-gpl pkgver=3.18.1 pkgrel=1 zenver=64 arch=i486 source=("http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-3.18.1.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.riverbankcomputing.com/software/pyqt/intro slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyqt-X11-gpl - is a Python bindings for the Qt GUI toolkit" "PyQt is a comprehensive set of Python bindings for the Qt GUI toolkit." "PyQt v3 supports Qt v3 and earlier." ) build() { cd $startdir/src/PyQt-x11-gpl-$pkgver . /etc/profile.d/qt.sh echo yes | python configure.py -b /usr/bin -d /usr/lib/python2.6/site-packages -v /usr/share/sip make make install DESTDIR=$startdir/pkg }