2009-03-29 13:00:02 +02:00
|
|
|
# Template file for 'metalog'
|
|
|
|
pkgname=metalog
|
|
|
|
version=1
|
2009-09-18 16:05:18 +02:00
|
|
|
revision=2
|
2009-03-29 13:00:02 +02:00
|
|
|
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"
|
2009-05-04 23:26:02 +02:00
|
|
|
openrc_services="metalog default"
|
2009-03-29 13:00:02 +02:00
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full pcre
|
2009-03-29 16:07:41 +02:00
|
|
|
Add_dependency full bzip2
|
2009-03-29 13:00:02 +02:00
|
|
|
Add_dependency build lzma-utils
|
2009-03-29 16:07:41 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2009-05-04 21:59:21 +02:00
|
|
|
install -d ${DESTDIR}/etc/init.d
|
|
|
|
install -m755 ${FILESDIR}/metalog.rc ${DESTDIR}/etc/init.d/metalog
|
2009-03-29 16:07:41 +02:00
|
|
|
install -m644 ${FILESDIR}/metalog.conf ${DESTDIR}/etc
|
|
|
|
}
|