1 # Maintainer: Leonid Selivanov <bravebug at gmail dot com>
3 pkgname=ubuntuone-storage-protocol
6 pkgdesc="Python library for Ubuntu One file storage and sharing service"
8 url="https://launchpad.net/ubuntuone-storage-protocol"
11 depends=('protobuf-python>=2.0.3' 'python2>=2.7.1' 'python2<<2.8' 'python2-oauth>=1.0' 'python2-pyopenssl' 'pyxdg' 'twisted')
12 makedepends=('python2-distribute')
14 provides=('ubuntuone-storage-protocol=$pkgver')
20 source=(http://launchpad.net/$pkgname/stable-3-0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
22 md5sums=('597cc9ef3b2575a1f990deb7ac151641')
25 cd $srcdir/$pkgname-$pkgver
26 python2 setup.py install --root=$pkgdir/