# Description: extra-capabilities for logwatch: better cron-frontend # URL: http://sourceforge.net/projects/logwatch/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends: logwatch name=logwatch-extra version=0.9.1 release=1 source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz") build() { cd $name-$version make make CRONDIR=/etc/cron/daily DESTDIR=$PKG install }