22 lines
534 B
Text
22 lines
534 B
Text
# Template file for 'multitail'
|
|
pkgname=multitail
|
|
version=6.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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=1ba6afc2d0322bc09024664762a2fc7b8055c1d8ceb74acc442c49ccc84b817a
|
|
|
|
post_extract() {
|
|
sed -i 's,<ncursesw/,<,g' mt.h
|
|
}
|
|
|
|
do_install() {
|
|
vbin multitail
|
|
vman multitail.1
|
|
vconf multitail.conf
|
|
}
|