1 # INotifyX: Installer: Arch
2 # Maintainer: Tom Vincent <http://tlvince.com/contact>
3 # Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
8 pkgdesc="A simple Python binding to the Linux inotify file system event monitoring API"
10 url="http://www.alittletooquiet.net/software/inotifyx/"
15 source=(http://launchpad.net/${pkgname}/dev/v${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
16 sha1sums=('e29996f6882227e390464de2185eb25fc4e0c951')
19 cd ${srcdir}/${pkgname}-${pkgver}
22 python2 setup.py install --prefix=/usr --root=${pkgdir} || return 1