updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ubuntuone-storage-protocol / PKGBUILD
blob230608df8af4d49c62b9b8792bc43a076a6e77d0
1 # Maintainer: Leonid Selivanov <bravebug at gmail dot com>
3 pkgname=ubuntuone-storage-protocol
4 pkgver=2.99.1
5 pkgrel=1
6 pkgdesc="Python library for Ubuntu One file storage and sharing service"
7 arch=('i686' 'x86_64')
8 url="https://launchpad.net/ubuntuone-storage-protocol"
9 license=('GPL3')
10 groups=('ubuntuone')
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')
13 optdepends=()
14 provides=('ubuntuone-storage-protocol=$pkgver')
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 install=
20 source=(http://launchpad.net/$pkgname/stable-3-0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
21 noextract=()
22 md5sums=('597cc9ef3b2575a1f990deb7ac151641')
24 build() {
25   cd $srcdir/$pkgname-$pkgver
26   python2 setup.py install --root=$pkgdir/