1 # Contributor: Alessio Biancalana <dottorblaster@gmail.com>
2 # Contributor: Eros Conforti <odites@gmail.com>
7 pkgdesc="A msn python library, rewrite of the Ivy library"
8 url="http://cgit.freedesktop.org/papyon/"
11 depends=('adns-python' 'pycrypto' 'pygobject' 'python2-pyopenssl' 'farsight2')
13 provides=('pymsn' 'papyon')
14 conflicts=('pymsn' 'papyon')
18 _gitroot="git://anongit.freedesktop.org/papyon"
24 msg "Connecting to the GIT server...."
26 if [[ -d $srcdir/$_gitname ]] ; then
29 msg "The local files are updated."
31 git clone $_gitroot $_gitname
34 msg "GIT checkout done"
35 msg "Starting make..."
38 python2 setup.py install --root=$pkgdir || return 1