24 lines
685 B
Bash
24 lines
685 B
Bash
# Template file for 'multitail'
|
|
pkgname=multitail
|
|
version=6.4.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
CFLAGS='-funsigned-char -DLinux -DVERSION=\"\$(VERSION)\" -DCONFIG_FILE=\"\$(CONFIG_FILE)\" -DUTF8_SUPPORT'
|
|
LDFLAGS='-lpanelw -lncursesw -lutil -lm'
|
|
makedepends="ncurses-devel"
|
|
short_desc="Tail multiple logfiles"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.vanheusden.com/multitail"
|
|
distfiles="${homepage}/${pkgname}-${version}.tgz"
|
|
checksum=af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd
|
|
|
|
post_extract() {
|
|
sed -i 's,<ncursesw/,<,g' mt.h
|
|
}
|
|
|
|
do_install() {
|
|
vbin multitail
|
|
vman multitail.1
|
|
vconf multitail.conf
|
|
}
|