multitail: Update to 6.4.2
[termux-packages] / packages / multitail / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://www.vanheusden.com/multitail/
2TERMUX_PKG_DESCRIPTION="Tool to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge"
99856c1d 3TERMUX_PKG_VERSION=6.4.2
59f0d218
FF
4TERMUX_PKG_SRCURL=http://www.vanheusden.com/multitail/multitail-${TERMUX_PKG_VERSION}.tgz
5TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, libandroid-glob"
6TERMUX_PKG_BUILD_IN_SRC=yes
7
8termux_step_pre_configure () {
9 LDFLAGS+=" -landroid-glob"
10}