wok-next annotate multitail/receipt @ rev 21525

updated bluez (5.48 -> 5.54)
author Hans-G?nter Theisgen
date Fri Jun 19 14:18:19 2020 +0100 (2020-06-19)
parents b278b2018965
children
rev   line source
al@20481 1 # SliTaz package receipt v2.
erjo@2904 2
erjo@2904 3 PACKAGE="multitail"
slaxemulator@13265 4 VERSION="5.2.9"
erjo@2904 5 CATEGORY="system-tools"
al@20481 6 SHORT_DESC="Monitor multiple log files"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15583 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.vanheusden.com/multitail/"
al@20481 10
erjo@2904 11 TARBALL="$PACKAGE-$VERSION.tgz"
erjo@2904 12 WGET_URL="http://www.vanheusden.com/multitail/$TARBALL"
erjo@2904 13
pascal@15583 14 BUILD_DEPENDS="ncurses-dev"
pascal@15583 15
al@20481 16 compile_rules() {
al@20481 17 make || return 1
al@21020 18 install -Dm755 multitail $install/usr/bin/multitail
al@21020 19 install -Dm644 multitail.conf $install/etc/multitail.conf
erjo@2904 20 }
erjo@2904 21
al@20481 22 genpkg_rules() {
al@20481 23 copy @std
erjo@2904 24 # Set minimum config.
erjo@2904 25 sed -i 's/check_mail:5/check_mail:0/' $fs/etc/multitail.conf
al@20481 26 DEPENDS="ncurses"
al@20481 27 CONFIG_FILES="/etc/multitail.conf"
erjo@2904 28 }