wok-current diff multitail/receipt @ rev 15712
connman: use pidof string if no .pid file
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Dec 23 22:28:27 2013 +0000 (2013-12-23) |
parents | 790665a153fa |
children | 17e313b5b9c1 |
line diff
1.1 --- a/multitail/receipt Fri Aug 17 15:08:23 2012 +0000 1.2 +++ b/multitail/receipt Mon Dec 23 22:28:27 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Monitor multiple log files." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ncurses" 1.8 -BUILD_DEPENDS="ncurses-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tgz" 1.11 WEB_SITE="http://www.vanheusden.com/multitail/" 1.12 WGET_URL="http://www.vanheusden.com/multitail/$TARBALL" 1.13 CONFIG_FILES="/etc/multitail.conf" 1.14 1.15 +DEPENDS="ncurses" 1.16 +BUILD_DEPENDS="ncurses-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {