
Receipt for package "chkrootkit"
# SliTaz package receipt. PACKAGE="chkrootkit" VERSION="0.58b" CATEGORY="security" SHORT_DESC="Locally checks for signs of a rootkit." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.chkrootkit.org/" WGET_URL="ftp://ftp.chkrootkit.org:21/pub/seg/pac/$TARBALL" # What is the latest version available today? current_version() { wget -O - ftp://ftp.chkrootkit.org:21/pub/seg/pac/ 2>/dev/null | \ sed '/chkrootkit.tar/!d;s|.* -> chkrootkit-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { patch -p1 < $stuff/chkrootkit.u make sense } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/chkrootkit cp $stuff/spectre-meltdown-checker.sh $fs/usr/share/chkrootkit for i in $(cd $src ; ls); do case "$i" in README*) cp $src/$i $fs/usr/share/chkrootkit;; Makefile|*.*);; *) cp $src/$i $fs/usr/share/chkrootkit;; esac done }
6011 packages and 861680 files in cooking database (Sun Aug 10 00:48:19 2025)