metalog: switch to OpenRC; bump revision.

--HG--
extra : convert_revision : ba3f40d2cebc31821587c1e018529437706e2d17
This commit is contained in:
Juan RP
2009-05-04 21:59:21 +02:00
parent 4e869cddf8
commit 8b045bed29
5 changed files with 71 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
# Template file for 'metalog'
pkgname=metalog
version=1
revision=1
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.lzma"
build_style=gnu_configure
configure_args="--with-unicode"
@@ -21,7 +22,7 @@ Add_dependency build lzma-utils
post_install()
{
install -d ${DESTDIR}/etc/rc.d
install -m755 ${FILESDIR}/metalog ${DESTDIR}/etc/rc.d
install -d ${DESTDIR}/etc/init.d
install -m755 ${FILESDIR}/metalog.rc ${DESTDIR}/etc/init.d/metalog
install -m644 ${FILESDIR}/metalog.conf ${DESTDIR}/etc
}