1 # Maintainer: corvolino <corvolino@archlinux.com.br>
6 pkgdesc="A logfile monitoring tool which executes a specific action whenever it matches a string (pattern) occurrence."
8 url="http://logalert.sourceforge.net/"
11 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('fd02ca21e4ccd34d0e1609abc89aefce')
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr
22 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir/" install