#Maintainer: Antonino Ingegnere pkgname=pybluez pkgver=0.15 pkgrel=1 zenver=54 arch=i486 source=(http://pybluez.googlecode.com/files/PyBluez-0.15.tar.gz) sourcetemplate=http://users.zenwalk.org/user-accounts/antonino/PyBluez docs=("changelog" "readme" "copying") url=http://code.google.com/p/pybluez/ extradepends=("bluez-libs" "python") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pybluez - python wrappers module for Bluetooth" "" "Bluetooth Python extension module." "It allow Python developers to use system Bluetooth resources." "PyBluez works with GNU/Linux and Windows XP" ) build() { cd $startdir/src/PyBluez-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg mkdir -p $startdir/pkg/usr/doc/pybluez-$pkgver/ cp -a $startdir/src/PyBluez-$pkgver/examples/ $startdir/pkg/usr/doc/pybluez-$pkgver/ }