summaryrefslogtreecommitdiff
path: root/manualPorts/logwatch-extra/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/logwatch-extra/Pkgfile')
-rw-r--r--manualPorts/logwatch-extra/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/logwatch-extra/Pkgfile b/manualPorts/logwatch-extra/Pkgfile
new file mode 100644
index 0000000..757058e
--- /dev/null
+++ b/manualPorts/logwatch-extra/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+release=1
+source=(https://opensources.eckner.net/dl.php?dl=${name}-${version})
+
+build() {
+
+ tar -xf *${name}-${version}
+ cd $name-$version
+ make
+ make CRONDIR=/etc/cron/daily DESTDIR=$PKG install
+
+}