mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
multitail: rebuild for metadata
This commit is contained in:
parent
4128254c53
commit
161e69b9af
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'multitail'
|
# Template file for 'multitail'
|
||||||
pkgname=multitail
|
pkgname=multitail
|
||||||
version=6.4.2
|
version=6.4.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-funsigned-char -DLinux -DVERSION=\"\$(VERSION)\" -DCONFIG_FILE=\"\$(CONFIG_FILE)\" -DUTF8_SUPPORT'
|
|
||||||
LDFLAGS='-lpanelw -lncursesw -lutil -lm'
|
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
checkdepends="clang-analyzer cppcheck perl"
|
||||||
short_desc="Tail multiple logfiles"
|
short_desc="Tail multiple logfiles"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.vanheusden.com/multitail"
|
homepage="http://www.vanheusden.com/multitail"
|
||||||
distfiles="${homepage}/${pkgname}-${version}.tgz"
|
distfiles="${homepage}/${pkgname}-${version}.tgz"
|
||||||
checksum=af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd
|
checksum=af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd
|
||||||
|
LDFLAGS='-lpanelw -lncursesw -lutil -lm'
|
||||||
|
CFLAGS='-funsigned-char -DLinux -DVERSION=\"\$(VERSION)\" -DCONFIG_FILE=\"\$(CONFIG_FILE)\" -DUTF8_SUPPORT'
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,<ncursesw/,<,g' mt.h
|
sed -i 's,<ncursesw/,<,g' mt.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue