Added metalog-1 template. This will replace sysklogd/newsyslog...
--HG-- extra : convert_revision : f998d167e78f28d47d5eda3b6b5a3b98a865d92d
This commit is contained in:
parent
b3fbf38a63
commit
ef0afd83a6
1 changed files with 19 additions and 0 deletions
19
templates/metalog/template
Normal file
19
templates/metalog/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
Loading…
Reference in a new issue