updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-geoclue / PKGBUILD
blob42d2063d49b07305167cf4847307fc0cacb7e5d2
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=python2-geoclue
3 _pkgname=python-geoclue
4 pkgver=0.1.0
5 pkgrel=1
6 pkgdesc="A Geoclue python module"
7 arch=('any')
8 url="http://live.gnome.org/gtg/soc/python_geoclue"
9 license=('GPL')
10 depends=('geoclue' 'dbus-python' 'pygobject')
11 source=(http://www.paulocabido.com/soc/$_pkgname/$_pkgname-$pkgver.tar.gz)
12 md5sums=('59301671769327e013492dde208e14b8')
14 build() {
15   cd "$srcdir/$_pkgname"
17   python2 setup.py install --root=$pkgdir/ --optimize=1