updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / inotifyx / PKGBUILD
blob53428ecb2301b865dac720e664e14150d6088bc0
1 # INotifyX: Installer: Arch
2 # Maintainer:  Tom Vincent <http://tlvince.com/contact>
3 # Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
5 pkgname=inotifyx
6 pkgver=0.2.0
7 pkgrel=1
8 pkgdesc="A simple Python binding to the Linux inotify file system event monitoring API"
9 arch=("i686" "x86_64")
10 url="http://www.alittletooquiet.net/software/inotifyx/"
11 license=("MIT")
12 depends=("python2")
13 makedepends=("gcc")
14 options=(!emptydirs)
15 source=(http://launchpad.net/${pkgname}/dev/v${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
16 sha1sums=('e29996f6882227e390464de2185eb25fc4e0c951')
18 build() {
19         cd ${srcdir}/${pkgname}-${pkgver}
21         # Install
22         python2 setup.py install --prefix=/usr --root=${pkgdir} || return 1