# Contributor: Geoffroy Carrier # Previous Contributor: Artyom 'logus' Pervukhin # Previous Contributor: Giorgio Lando pkgname=inotail pkgver=0.5 pkgrel=3 pkgdesc="A replacement for the 'tail' program that uses kernel inotify events instead of interval polling." arch=('i686' 'x86_64') url="http://distanz.ch/inotail/" license=("GPL") source=("http://distanz.ch/inotail/$pkgname-$pkgver.tar.bz2") md5sums=('82d4d05f86d6069e95c4b73e4004f15f') build() { cd $srcdir/$pkgname-$pkgver make || return 1 make prefix=$pkgdir/usr install || return 1 }