
Receipt for package "multitail"
# SliTaz package receipt. PACKAGE="multitail" VERSION="6.5.0" CATEGORY="system-tools" SHORT_DESC="Monitor multiple log files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.vanheusden.com/multitail/" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="http://distcache.freebsd.org/ports-distfiles/$TARBALL" DEPENDS="ncursesw" BUILD_DEPENDS="ncursesw-dev" CONFIG_FILES="/etc/multitail.conf" # What is the latest version available today? current_version() { wget -O - https://github.com/halturin/multitail/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" if [ ! -f done.tail_busybox.patch ]; then patch -p1 -i $stuff/tail_busybox.patch && \ touch done.tail_busybox.patch fi patch --strip=0 --input=$stuff/patches/mt.h-6.5.0 make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin mkdir -p $fs/etc cp -a $src/$PACKAGE $fs/usr/bin cp -a $src/$PACKAGE.conf $fs/etc # Set minimum configuration. sed -i 's/check_mail:5/check_mail:0/' \ $fs/etc/multitail.conf }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)