
Receipt for package "linux64-dlm"
# SliTaz package receipt. PACKAGE="linux64-dlm" VERSION="5.10.235" CATEGORY="base-system" SHORT_DESC="The Linux kernel dlmfs module." MAINTAINER="devel@slitaz.org" LICENSE="GPL2" DEPENDS="linux64" WANTED="linux" PROVIDE="linux-dlm:linux64" WEB_SITE="https://www.kernel.org/" CONFIG_FILES="/etc/filesystems" # Modules paths and list MOD_PATH="lib/modules/$VERSION-slitaz64/kernel" MODULES="fs/dlm/dlm.ko.xz" HOST_ARCH="i486 x86_64" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { src=$WOK/linux64/source/tmp install=$install/linux64 mkdir -p ${fs}/${MOD_PATH} $fs/etc for module in $MODULES do dir=$MOD_PATH/$(dirname $module) [ -d $fs/$dir ] || mkdir -p $fs/$dir cp -a $install/$MOD_PATH/$module $fs/$dir done touch $fs/etc/filesystems } # Post install/remove commands for Tazpkg. post_install() { grep -qs ^${PACKAGE#*-}$ "$1/etc/filesystems" || \ echo "${PACKAGE#*-}" >> "$1/etc/filesystems" chroot "$1/" depmod -a $VERSION-slitaz64 } post_remove() { sed -i "/^${PACKAGE#*-}\$/d" "$1/etc/filesystems" chroot "$1/" depmod -a $VERSION-slitaz64 }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)