multitail: update to 7.1.5.

This commit is contained in:
Leah Neukirchen 2024-09-11 15:03:41 +02:00
parent 8fbb3b8505
commit 38cd1b84e3
1 changed files with 9 additions and 16 deletions

View File

@ -1,25 +1,18 @@
# Template file for 'multitail'
pkgname=multitail
version=6.5.0
version=7.1.5
revision=1
build_style=gnu-makefile
build_style=cmake
makedepends="ncurses-devel"
checkdepends="clang-analyzer cppcheck perl"
short_desc="Tail multiple logfiles"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
license="MIT"
homepage="http://www.vanheusden.com/multitail"
distfiles="${homepage}/${pkgname}-${version}.tgz"
checksum=b29d5e77dfc663c7500f78da67de5d82d35d9417a4741a89a18ce9ee7bdba9ed
LDFLAGS='-lpanelw -lncursesw -lutil -lm'
CFLAGS='-funsigned-char -DLinux -DVERSION=\"\$(VERSION)\" -DCONFIG_FILE=\"\$(CONFIG_FILE)\" -DUTF8_SUPPORT'
distfiles="https://github.com/folkertvanheusden/multitail/archive/refs/tags/${version}.tar.gz"
checksum=b0c92bf5f504b39591bf3e2e30a1902925c11556e14b89a07cfa7533f9bd171b
post_extract() {
sed -i 's,<ncursesw/,<,g' mt.h
}
do_install() {
vbin multitail
vman multitail.1
vconf multitail.conf
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}/etc
rm ${DESTDIR}/usr/share/doc/multitail*/LICENSE
vlicense LICENSE
}