updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / rinotify / PKGBUILD
blobf8ae9c4522bca2e2d5288df7c186eaa5ab118383
1 pkgname="rinotify"
2 pkgver=0.9
3 pkgrel=1
4 pkgdesc="A Ruby extension for the Linux inotify kernel subsystem. Provides everything you need to monitor files and directories for changes."
5 arch=('i686' 'x86_64')
6 url="http://rubyforge.org/projects/rinotify/"
7 license="GPL"
8 depends=(ruby)
9 makedepends=()
10 source=("http://rubyforge.org/frs/download.php/19777/rinotify.tar.gz")
11 md5sums=('2e0148194ac7d482e0dbf70bd1617b47')
13 build() {
14   cd "$startdir/src/rinotify"
15   ruby extconf.rb || return 1
16   make || return 1
17   make DESTDIR=$startdir/pkg install || return 1