wok-next view multitail/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents b278b2018965
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="multitail"
4 VERSION="5.2.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Monitor multiple log files"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.vanheusden.com/multitail/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://www.vanheusden.com/multitail/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 make || return 1
18 install -Dm755 multitail $install/usr/bin/multitail
19 install -Dm644 multitail.conf $install/etc/multitail.conf
20 }
22 genpkg_rules() {
23 copy @std
24 # Set minimum config.
25 sed -i 's/check_mail:5/check_mail:0/' $fs/etc/multitail.conf
26 DEPENDS="ncurses"
27 CONFIG_FILES="/etc/multitail.conf"
28 }