wok-next view multitail/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 466bca9334ef
children d5aab818505e
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="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://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 -Dm 755 $src/multitail $install/usr/bin/multitail
19 install -Dm 644 $src/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 }