summaryrefslogtreecommitdiff
path: root/manualPorts/logwatch-extra/Pkgfile
blob: 31a782542b2822b7958a978f062fb3a1b70a12d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.8.5
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

}