updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bluez-python / PKGBUILD
blobfcf2639009f26e3c9dfe9f518a87941daf4e357b
1 # Contributor: Li Dongyang<Jerry87905@gmail.com>
3 pkgname=bluez-python
4 pkgver=0.1.4
5 pkgrel=1
6 pkgdesc="A BlueZ python binding on top of dbus-python"
7 arch=(i686 x86_64)
8 url="http://code.google.com/p/bluez-python"
9 license=('LGPL')
10 depends=('bluez>=4.30' 'dbus-python')
11 source=(http://bluez-python.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('013f283d3c32765e67c89ebf7f5470ea')
14 build() {
15   cd $startdir/src/$pkgname
16   python setup.py install --root=$startdir/pkg