void-packages/srcpkgs/metalog/template
Juan RP 5aa2f34f73 Update packages that use $openrc_services with the third argument.
Packages that can be started without modifications are enabled,
well some of them, otherwise disabled.

--HG--
extra : convert_revision : 42105adabbc02b0f07a5d7173664778a5001c739
2010-04-16 22:09:33 +02:00

29 lines
892 B
Plaintext

# Template file for 'metalog'
pkgname=metalog
version=1
revision=4
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"
openrc_services="metalog default true"
Add_dependency full glibc
Add_dependency full pcre
Add_dependency full bzip2
post_install()
{
install -d ${DESTDIR}/etc/init.d
install -m755 ${FILESDIR}/metalog.rc ${DESTDIR}/etc/init.d/metalog
install -m644 ${FILESDIR}/metalog.conf ${DESTDIR}/etc
}