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