From ef0afd83a634d7de9611aec7ffe62ce8b1cb25bd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2009 13:00:02 +0200 Subject: [PATCH] Added metalog-1 template. This will replace sysklogd/newsyslog... --HG-- extra : convert_revision : f998d167e78f28d47d5eda3b6b5a3b98a865d92d --- templates/metalog/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/metalog/template diff --git a/templates/metalog/template b/templates/metalog/template new file mode 100644 index 00000000000..67277a46369 --- /dev/null +++ b/templates/metalog/template @@ -0,0 +1,19 @@ +# Template file for 'metalog' +pkgname=metalog +version=1 +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.lzma" +build_style=gnu_configure +configure_args="--with-unicode" +short_desc="Modern replacement for syslogd and klogd" +maintainer="Juan RP " +checksum=4f27a64e7abb1a1ecb078147db8db4e1edf2bcb72723ec5d9456af09255ff167 +long_desc=" + Metalog is a modern replacement for syslogd and klogd. The logged messages + can be dispatched according to their facility, urgency, program name + and/or Perl-compatible regular expressions." + +conf_files="/etc/metalog.conf" + +Add_dependency full glibc +Add_dependency full pcre +Add_dependency build lzma-utils