#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=papyon pkgver=0.5.6 zenver=72 pkgrel=1 arch=i486 source=("http://www.freedesktop.org/software/papyon/releases/papyon-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://telepathy.freedesktop.org/releases/ options=('norequiredbuilder' 'noautodotnew') extradepends=("pycrypto" "pygobject" "pyOpenSSL" "python") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "papyon (Fork of pymsn to support the telepathy MSN connection manager)" "Papyon is the library behind the msn connection manager :" "telepathy-butterfly.It is a fork of the unmaintained pymsn msn" "library. papyon uses the glib mainloop to process the network events" "in an asynchronous manner." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --prefix=/usr --root=$startdir/pkg }