1 # Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
6 pkgdesc="Reads from STDIN and writes to a file. If a SIGHUP is received, the file will be reopened (for logrotating)"
8 url="http://oss.ezic.com/"
11 source=(http://oss.ezic.com/flog/$pkgname-$pkgver.tar.gz)
12 md5sums=('adf022289e9b46817958140455e3e400')
15 cd "$srcdir/$pkgname-$pkgver"
19 install -d $pkgdir/usr/bin
20 install -d $pkgdir/usr/share/doc/flog
22 install -m 755 flog $pkgdir/usr/bin/
23 install -m 644 README $pkgdir/usr/share/doc/flog/
26 # vim:set ts=2 sw=2 et: