wok-next annotate multitail/receipt @ rev 20481

Proper packing for v2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 12 02:18:53 2018 +0200 (2018-03-12)
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 }