updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / python3-pyinotify / PKGBUILD
blob58f87733aaa81ed3c1a945570778c939d0243ac5
1 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
2 # Contributor: Evangelos Foutras <foutrelis@gmail.com>
4 pkgname=python3-pyinotify
5 pkgver=0.9.2
6 pkgrel=1
7 pkgdesc="Python module used for monitoring filesystems events on Linux platforms with inotify"
8 arch=('any')
9 url="http://github.com/seb-m/pyinotify"
10 license=('MIT')
11 depends=('python')
12 source=(http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-$pkgver.tar.gz)
13 md5sums=('7d344e1efe3fe342e2e052774c9779e2')
15 build() {
16   cd pyinotify
18   python setup.py install --root="$pkgdir" -O1