#Packager: Frédéric Galusik pkgname=pyinotify pkgver=0.9.3 pkgrel=1fg #arch=noarch source=(http://seb.dbzteam.org/pub/pyinotify/releases/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("acks" "copying" "readme.md") url=http://github.com/seb-m/pyinotify slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyinotify (python module to monitore filesystems events)" "Pyinotify is a Python module for monitoring filesystems changes." "Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13)" "called inotify. inotify is an event-driven notifier, its notifications" "are exported from kernel space to user space through three system " "calls. pyinotify binds these system calls and provides an " "implementation on top of them offering a generic and abstract way to" "manipulate those functionalities." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }