wok-next annotate multitail/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 466bca9334ef
children d5aab818505e
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"
erjo@2904 7 MAINTAINER="erjo@slitaz.org"
pascal@15583 8 LICENSE="GPL2"
al@20481 9 WEB_SITE="http://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@20481 18 install -Dm 755 $src/multitail $install/usr/bin/multitail
al@20481 19 install -Dm 644 $src/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 }