1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=python2-geoclue
3 _pkgname=python-geoclue
6 pkgdesc="A Geoclue python module"
8 url="http://live.gnome.org/gtg/soc/python_geoclue"
10 depends=('geoclue' 'dbus-python' 'pygobject')
11 source=(http://www.paulocabido.com/soc/$_pkgname/$_pkgname-$pkgver.tar.gz)
12 md5sums=('59301671769327e013492dde208e14b8')
15 cd "$srcdir/$_pkgname"
17 python2 setup.py install --root=$pkgdir/ --optimize=1