#Packager: Richard lapointe pkgname=pyudev pkgver=0.19.0 pkgrel=1rl source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-${pkgver}.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("authors" "install" "readme" "copying" "*.rst" "requirements.txt") url=https://pypi.python.org/pypi/pyudev/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyudev (python2 binding for libudev)" "pyudev is a LGPL licensed, pure Python binding for libudev, the device" "and hardware management and information library for Linux. It supports" "almost all libudev functionality. You can enumerate devices, query" "device properties and attributes or monitor devices, including" "asynchronous monitoring with threads, or within the event loops of Qt," "Glib or wxPython." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }